Searched refs:function_diff_ir (Results 1 – 3 of 3) sorted by relevance
110 repr::FunctionDiffIR function_diff_ir(&old_function, &new_function); in DumpDiff() local111 function_diff_ir.SetName(oldp_->GetName()); in DumpDiff()112 return ir_diff_dumper_->AddDiffMessageIR(&function_diff_ir, in DumpDiff()
271 const FunctionDiffIR *function_diff_ir) { in ConvertFunctionDiffIR() argument273 function_diff.set_name(function_diff_ir->GetName()); in ConvertFunctionDiffIR()281 function_diff_ir->GetOldFunction()); in ConvertFunctionDiffIR()283 function_diff_ir->GetNewFunction()); in ConvertFunctionDiffIR()
303 const FunctionDiffIR *function_diff_ir, const std::string &type_stack, in AddFunctionDiffIR() argument311 IRDiffToProtobufConverter::ConvertFunctionDiffIR(function_diff_ir); in AddFunctionDiffIR()