Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFObjectFile.h286 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb,
288 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
526 if (Expected<section_iterator> SecOrErr = getSymbolSection(Sym)) { in getSymbolName()
788 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym, in getSymbolSection() function
815 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function
823 return getSymbolSection(*SymOrErr, *SymTabOrErr); in getSymbolSection()
H A DObjectFile.h257 getSymbolSection(DataRefImpl Symb) const = 0;
424 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
H A DWasm.h173 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DXCOFFObjectFile.h586 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DMachO.h437 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DCOFF.h941 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
/openbsd-src/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp474 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); in darwinPrintSymbol()
1017 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp348 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp247 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() function in COFFObjectFile
H A DWasmObjectFile.cpp1674 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in WasmObjectFile
H A DMachOObjectFile.cpp1847 Expected<section_iterator> SecOrError = getSymbolSection(Symb); in getSymbolType()
1904 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in MachOObjectFile