Searched refs:new_function (Results 1 – 3 of 3) sorted by relevance
107 repr::FunctionIR new_function = *newp_; in DumpDiff() local109 ReplaceTypeIdsWithTypeNames(new_types_, &new_function); in DumpDiff()110 repr::FunctionDiffIR function_diff_ir(&old_function, &new_function); in DumpDiff()
275 abi_dump::FunctionDecl *new_function = function_diff.mutable_new_(); in ConvertFunctionDiffIR() local276 if (old_function == nullptr || new_function == nullptr) { in ConvertFunctionDiffIR()282 *new_function = IRToProtobufConverter::ConvertFunctionIR( in ConvertFunctionDiffIR()
333 const FunctionIR *new_function) in FunctionDiffIR() argument334 : old_function_(old_function), new_function_(new_function) {} in FunctionDiffIR()