Home
last modified time | relevance | path

Searched refs:function_diff_ir (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/header-checker/header-abi-diff/src/
Dabi_diff_wrappers.cpp106 abi_util::FunctionDiffIR function_diff_ir(&old_function, &new_function); in DumpDiff() local
107 function_diff_ir.SetName(oldp_->GetName()); in DumpDiff()
108 return ir_diff_dumper_->AddDiffMessageIR(&function_diff_ir, in DumpDiff()
/development/vndk/tools/header-checker/header-abi-util/src/
Dir_representation_protobuf.cpp971 const FunctionDiffIR *function_diff_ir) { in ConvertFunctionDiffIR() argument
973 function_diff.set_name(function_diff_ir->GetName()); in ConvertFunctionDiffIR()
982 function_diff_ir->GetOldFunction()); in ConvertFunctionDiffIR()
985 function_diff_ir->GetNewFunction()); in ConvertFunctionDiffIR()
1440 const FunctionDiffIR *function_diff_ir, const std::string &type_stack, in AddFunctionDiffIR() argument
1448 IRDiffToProtobufConverter::ConvertFunctionDiffIR(function_diff_ir); in AddFunctionDiffIR()