Home
last modified time | relevance | path

Searched refs:elf_function_ir (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/
H A Dir_dumper.cpp210 const ElfFunctionIR *elf_function_ir) { in ConvertElfFunctionIR() argument
212 elf_function_protobuf.set_name(elf_function_ir->GetName()); in ConvertElfFunctionIR()
214 ElfSymbolBindingIRToProtobuf(elf_function_ir->GetBinding())); in ConvertElfFunctionIR()
H A Dir_reader.cpp337 ElfFunctionIR elf_function_ir( in ReadElfFunctions() local
340 module_->AddElfFunction(std::move(elf_function_ir)); in ReadElfFunctions()
H A Dir_diff_dumper.h82 bool AddElfFunctionIR(const ElfFunctionIR *elf_function_ir,
H A Dir_diff_dumper.cpp408 const ElfFunctionIR *elf_function_ir, DiffKind diff_kind) { in AddElfFunctionIR() argument
424 *added_elf_function = ConvertElfFunctionIR(elf_function_ir); in AddElfFunctionIR()
H A Dconverter.h211 const ElfFunctionIR *elf_function_ir);
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/json/
H A Dir_reader.cpp463 ElfFunctionIR elf_function_ir(elf_function.GetString("name"), in ReadElfFunctions() local
465 module_->AddElfFunction(std::move(elf_function_ir)); in ReadElfFunctions()