Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.h82 bool AddElfFunctionIR(const ElfFunctionIR *elf_function_ir,
Dir_diff_dumper.cpp153 const ElfFunctionIR *elf_function_ir, DiffKind diff_kind) { in AddElfFunctionIR() argument
170 IRToProtobufConverter::ConvertElfFunctionIR(elf_function_ir); in AddElfFunctionIR()
Dir_dumper.cpp192 const ElfFunctionIR *elf_function_ir) { in ConvertElfFunctionIR() argument
194 elf_function_protobuf.set_name(elf_function_ir->GetName()); in ConvertElfFunctionIR()
196 ElfSymbolBindingIRToProtobuf(elf_function_ir->GetBinding())); in ConvertElfFunctionIR()
Dir_reader.cpp306 ElfFunctionIR elf_function_ir( in ReadElfFunctions() local
309 module_->AddElfFunction(std::move(elf_function_ir)); in ReadElfFunctions()
Dconverter.h268 const ElfFunctionIR *elf_function_ir);
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp433 ElfFunctionIR elf_function_ir(elf_function.GetString("name"), in ReadElfFunctions() local
435 module_->AddElfFunction(std::move(elf_function_ir)); in ReadElfFunctions()