Home
last modified time | relevance | path

Searched refs:ConvertFunctionIR (Results 1 – 6 of 6) sorted by relevance

/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.h60 static JsonObject ConvertFunctionIR(const FunctionIR *functionp);
Dir_dumper.cpp191 JsonObject IRToJsonConverter::ConvertFunctionIR(const FunctionIR *functionp) { in ConvertFunctionIR() function in header_checker::repr::IRToJsonConverter
336 converted = ConvertFunctionIR(static_cast<const FunctionIR *>(lm)); in AddLinkableMessageIR()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp280 *old_function = IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionDiffIR()
282 *new_function = IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionDiffIR()
Dir_dumper.cpp180 abi_dump::FunctionDecl IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionIR() function in header_checker::repr::IRToProtobufConverter
389 *added_function = ConvertFunctionIR(functionp); in AddFunctionIR()
Dir_diff_dumper.cpp232 *added_function = IRToProtobufConverter::ConvertFunctionIR(function_ir); in AddLoneFunctionDiffIR()
Dconverter.h230 static abi_dump::FunctionDecl ConvertFunctionIR(const FunctionIR *functionp);