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.h85 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DELFObjectFile.h318 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb,
320 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
581 Expected<section_iterator> SecOrErr = getSymbolSection(Sym); in getSymbolName()
857 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym, in getSymbolSection() function
884 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function
892 return getSymbolSection(*SymOrErr, *SymTabOrErr); in getSymbolSection()
H A DObjectFile.h259 getSymbolSection(DataRefImpl Symb) const = 0;
482 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
H A DWasm.h181 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DMachO.h443 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DXCOFFObjectFile.h607 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
H A DCOFF.h1055 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp407 Expected<TargetsToSymbols> getSymbolSection(const Object *File, TBDKey Key, in getSymbolSection() function
665 auto ExportsOrErr = getSymbolSection(File, TBDKey::Exports, Targets); in parseToInterfaceFile()
670 auto ReexportsOrErr = getSymbolSection(File, TBDKey::Reexports, Targets); in parseToInterfaceFile()
675 auto UndefinedsOrErr = getSymbolSection(File, TBDKey::Undefineds, Targets); in parseToInterfaceFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp337 GOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in GOFFObjectFile
H A DWasmObjectFile.cpp1850 Expected<section_iterator> Sec = getSymbolSection(Symb); in getSymbolAddress()
1935 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in WasmObjectFile
H A DXCOFFObjectFile.cpp359 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp246 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() function in COFFObjectFile
H A DMachOObjectFile.cpp1855 Expected<section_iterator> SecOrError = getSymbolSection(Symb); in getSymbolType()
1912 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp454 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); in darwinPrintSymbol()
1030 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()