Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h77 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DELFObjectFile.h296 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb,
298 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
540 Expected<section_iterator> SecOrErr = getSymbolSection(Sym); in getSymbolName()
813 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym, in getSymbolSection() function
840 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function
848 return getSymbolSection(*SymOrErr, *SymTabOrErr); in getSymbolSection()
H A DObjectFile.h258 getSymbolSection(DataRefImpl Symb) const = 0;
480 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
H A DWasm.h176 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DMachO.h438 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DXCOFFObjectFile.h593 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DCOFF.h1001 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp380 Expected<TargetsToSymbols> getSymbolSection(const Object *File, TBDKey Key, in getSymbolSection() function
637 auto ExportsOrErr = getSymbolSection(File, TBDKey::Exports, Targets); in parseToInterfaceFile()
642 auto ReexportsOrErr = getSymbolSection(File, TBDKey::Reexports, Targets); in parseToInterfaceFile()
647 auto UndefinedsOrErr = getSymbolSection(File, TBDKey::Undefineds, Targets); in parseToInterfaceFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp335 GOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp352 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.cpp1754 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in WasmObjectFile
H A DMachOObjectFile.cpp1854 Expected<section_iterator> SecOrError = getSymbolSection(Symb); in getSymbolType()
1911 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp452 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); in darwinPrintSymbol()
1028 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()