Home
last modified time | relevance | path

Searched refs:ConvertFunctionTypeIR (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.h52 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp184 IRToJsonConverter::ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() function in header_checker::repr::IRToJsonConverter
328 converted = ConvertFunctionTypeIR(static_cast<const FunctionTypeIR *>(lm)); in AddLinkableMessageIR()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp168 abi_dump::FunctionType IRToProtobufConverter::ConvertFunctionTypeIR ( in ConvertFunctionTypeIR() function in header_checker::repr::IRToProtobufConverter
380 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
Dconverter.h218 static abi_dump::FunctionType ConvertFunctionTypeIR (