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

  /external/llvm/include/llvm/Object/
ELFObjectFile.h 218 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb,
220 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
534 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym,
551 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const {
554 return getSymbolSection(Sym, SymTab);
ObjectFile.h 207 getSymbolSection(DataRefImpl Symb) const = 0;
332 return getObject()->getSymbolSection(getRawDataRefImpl());
MachO.h 213 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
COFF.h 729 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 423 MachO->getSymbolSection(I->Sym.getRawDataRefImpl());
856 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 525 Expected<section_iterator> SecOrError = getSymbolSection(Symb);
576 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const {
    [all...]
COFFObjectFile.cpp 238 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const {
    [all...]

Completed in 60 milliseconds