Searched refs:ConvertFunctionIR (Results 1 – 6 of 6) sorted by relevance
60 static JsonObject ConvertFunctionIR(const FunctionIR *functionp);
191 JsonObject IRToJsonConverter::ConvertFunctionIR(const FunctionIR *functionp) { in ConvertFunctionIR() function in header_checker::repr::IRToJsonConverter336 converted = ConvertFunctionIR(static_cast<const FunctionIR *>(lm)); in AddLinkableMessageIR()
280 *old_function = IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionDiffIR()282 *new_function = IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionDiffIR()
180 abi_dump::FunctionDecl IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionIR() function in header_checker::repr::IRToProtobufConverter389 *added_function = ConvertFunctionIR(functionp); in AddFunctionIR()
232 *added_function = IRToProtobufConverter::ConvertFunctionIR(function_ir); in AddLoneFunctionDiffIR()
230 static abi_dump::FunctionDecl ConvertFunctionIR(const FunctionIR *functionp);