Home
last modified time | relevance | path

Searched refs:getSymbolSection (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
DELFObjectFile.h209 ErrorOr<section_iterator> getSymbolSection(const Elf_Sym *Symb,
211 ErrorOr<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
515 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym, in getSymbolSection() function
532 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function
535 return getSymbolSection(Sym, SymTab); in getSymbolSection()
DObjectFile.h205 getSymbolSection(DataRefImpl Symb) const = 0;
326 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
DMachO.h213 ErrorOr<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
DCOFF.h656 ErrorOr<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
/external/llvm/test/Object/
Dmacho-invalid.test36 INVALID-SECTION-IDX-SYMBOL-SEC: getSymbolSection: Invalid section index
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp370 section_iterator Sec = *MachO->getSymbolSection(I->Sym.getRawDataRefImpl()); in darwinPrintSymbol()
775 section_iterator Sec = *Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()
/external/llvm/lib/Object/
DMachOObjectFile.cpp404 section_iterator Sec = *getSymbolSection(Symb); in getSymbolType()
452 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in MachOObjectFile
DCOFFObjectFile.cpp239 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() function in COFFObjectFile