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