Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/diff/
Dabi_diff_wrappers.cpp88 repr::FunctionDiffIR function_diff_ir(&old_function, &new_function, in DumpDiff() local
90 function_diff_ir.SetName(oldp_->GetName()); in DumpDiff()
91 return ir_diff_dumper_->AddDiffMessageIR(&function_diff_ir, in DumpDiff()
/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.cpp275 const FunctionDiffIR *function_diff_ir) { in ConvertFunctionDiffIR() argument
277 function_diff.set_name(function_diff_ir->GetName()); in ConvertFunctionDiffIR()
285 function_diff_ir->GetOldFunction()); in ConvertFunctionDiffIR()
287 function_diff_ir->GetNewFunction()); in ConvertFunctionDiffIR()
Dir_diff_dumper.cpp316 const FunctionDiffIR *function_diff_ir, const std::string &type_stack, in AddFunctionDiffIR() argument
319 function_diff_ir->IsExtended() ? diff_tu_->add_function_extension_diffs() in AddFunctionDiffIR()
325 IRDiffToProtobufConverter::ConvertFunctionDiffIR(function_diff_ir); in AddFunctionDiffIR()