Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFObjectFile.h218 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, in getSymbolSection() function
551 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function
554 return getSymbolSection(Sym, SymTab); in getSymbolSection()
DObjectFile.h207 getSymbolSection(DataRefImpl Symb) const = 0;
332 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
DMachO.h213 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
DCOFF.h729 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h243 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb,
245 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
619 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym, in getSymbolSection() function
636 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function
642 return getSymbolSection(Sym, SymTab); in getSymbolSection()
DObjectFile.h219 getSymbolSection(DataRefImpl Symb) const = 0;
366 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
DWasm.h159 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
DMachO.h294 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
DCOFF.h896 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp423 MachO->getSymbolSection(I->Sym.getRawDataRefImpl()); in darwinPrintSymbol()
856 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()
/external/llvm/lib/Object/
DMachOObjectFile.cpp525 Expected<section_iterator> SecOrError = getSymbolSection(Symb); in getSymbolType()
576 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in MachOObjectFile
DCOFFObjectFile.cpp238 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp487 MachO->getSymbolSection(I->Sym.getRawDataRefImpl()); in darwinPrintSymbol()
1009 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1106 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in WasmObjectFile
DCOFFObjectFile.cpp250 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() function in COFFObjectFile
DMachOObjectFile.cpp1788 Expected<section_iterator> SecOrError = getSymbolSection(Symb); in getSymbolType()
1839 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in MachOObjectFile