HomeSort by relevance Sort by last modified time
    Searched refs:ElfFunctionIR (Results 1 - 4 of 4) sorted by null

  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation_protobuf.h 235 const ElfFunctionIR *elf_function_ir);
307 bool AddElfFunctionIR(const ElfFunctionIR *);
445 bool AddElfFunctionIR(const ElfFunctionIR *elf_function_ir,
ir_representation.h 715 class ElfFunctionIR : public ElfSymbolIR{
721 ElfFunctionIR(const std::string &name) : ElfSymbolIR(name) { }
874 const AbiElementMap<ElfFunctionIR> &GetElfFunctions() const {
1060 AbiElementMap<ElfFunctionIR> elf_functions_;
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp 369 ElfFunctionIR elf_function_ir(elf_function.name());
549 const ElfFunctionIR *elf_function_ir) {
    [all...]
  /development/vndk/tools/header-checker/header-abi-linker/src/
header_abi_linker.cpp 151 return ::AddElfSymbols<abi_util::ElfFunctionIR>(ir_dumper,

Completed in 5823 milliseconds