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.cpp203 JsonObject IRToJsonConverter::ConvertFunctionIR(const FunctionIR *functionp) { in ConvertFunctionIR() function in header_checker::repr::IRToJsonConverter
361 converted = ConvertFunctionIR(static_cast<const FunctionIR *>(lm)); in AddLinkableMessageIR()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp286 *old_function = IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionDiffIR()
288 *new_function = IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionDiffIR()
Dir_dumper.cpp238 abi_dump::FunctionDecl IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionIR() function in header_checker::repr::IRToProtobufConverter
460 *added_function = ConvertFunctionIR(functionp); in AddFunctionIR()
Dconverter.h244 static abi_dump::FunctionDecl ConvertFunctionIR(const FunctionIR *functionp);
Dir_diff_dumper.cpp235 *added_function = IRToProtobufConverter::ConvertFunctionIR(function_ir); in AddLoneFunctionDiffIR()