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.h55 static JsonObject ConvertFunctionTypeIR(const FunctionTypeIR *function_typep);
Dir_dumper.cpp190 IRToJsonConverter::ConvertFunctionTypeIR(const FunctionTypeIR *function_typep) { in ConvertFunctionTypeIR() function in header_checker::repr::IRToJsonConverter
335 converted = ConvertFunctionTypeIR(static_cast<const FunctionTypeIR *>(lm)); in AddLinkableMessageIR()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.cpp179 abi_dump::FunctionType IRToProtobufConverter::ConvertFunctionTypeIR ( in ConvertFunctionTypeIR() function in header_checker::repr::IRToProtobufConverter
392 *added_function_type = ConvertFunctionTypeIR(function_typep); in AddFunctionTypeIR()
Dconverter.h221 static abi_dump::FunctionType ConvertFunctionTypeIR (