Home
last modified time | relevance | path

Searched refs:ElfFunctionIR (Results 1 – 11 of 11) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_dumper.h54 bool AddElfFunctionIR(const ElfFunctionIR *);
Dir_diff_dumper.h82 bool AddElfFunctionIR(const ElfFunctionIR *elf_function_ir,
Dir_dumper.cpp147 const ElfFunctionIR *elf_function_ir) { in ConvertElfFunctionIR()
346 bool ProtobufIRDumper::AddElfFunctionIR(const ElfFunctionIR *elf_function) { in AddElfFunctionIR()
371 return AddElfFunctionIR(static_cast<const ElfFunctionIR *>(em)); in AddElfSymbolMessageIR()
Dir_diff_dumper.cpp137 return AddElfFunctionIR(static_cast<const ElfFunctionIR *>(elf_symbol), in AddElfSymbolMessageIR()
150 const ElfFunctionIR *elf_function_ir, DiffKind diff_kind) { in AddElfFunctionIR()
Dconverter.h257 const ElfFunctionIR *elf_function_ir);
Dir_reader.cpp305 ElfFunctionIR elf_function_ir( in ReadElfFunctions()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp78 AddElfFunction(CreateTemp<ElfFunctionIR>(elf_symbol)); in AddElfSymbol()
188 void ModuleIR::AddElfFunction(ElfFunctionIR &&elf_function) { in AddElfFunction()
Dir_representation.h757 class ElfFunctionIR : public ElfSymbolIR {
759 ElfFunctionIR(const std::string &name, ElfSymbolBinding binding) in ElfFunctionIR() function
826 const AbiElementMap<ElfFunctionIR> &GetElfFunctions() const { in GetElfFunctions()
870 void AddElfFunction(ElfFunctionIR &&elf_function);
907 AbiElementMap<ElfFunctionIR> elf_functions_;
/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.cpp54 funcs_.emplace(name, ElfFunctionIR(name, binding)); in AddFunction()
Dexported_symbol_set.h32 using FunctionMap = std::map<std::string, ElfFunctionIR, std::less<>>;
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp414 ElfFunctionIR elf_function_ir(elf_function.GetString("name"), in ReadElfFunctions()