Searched refs:getSymbolSection (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | GOFFObjectFile.h | 84 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
H A D | ELFObjectFile.h | 315 Expected<section_iterator> getSymbolSection(const Elf_Sym *Symb, 317 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override; 575 Expected<section_iterator> SecOrErr = getSymbolSection(Sym); in getSymbolName() 851 ELFObjectFile<ELFT>::getSymbolSection(const Elf_Sym *ESym, in getSymbolSection() function 878 ELFObjectFile<ELFT>::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function 886 return getSymbolSection(*SymOrErr, *SymTabOrErr); in getSymbolSection()
|
H A D | ObjectFile.h | 258 getSymbolSection(DataRefImpl Symb) const = 0; 481 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
|
H A D | Wasm.h | 180 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
H A D | XCOFFObjectFile.h | 600 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
H A D | MachO.h | 438 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
H A D | COFF.h | 1001 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 380 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 D | GOFFObjectFile.cpp | 337 GOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in GOFFObjectFile
|
H A D | WasmObjectFile.cpp | 1829 Expected<section_iterator> Sec = getSymbolSection(Symb); in getSymbolAddress() 1914 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in WasmObjectFile
|
H A D | XCOFFObjectFile.cpp | 358 XCOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in llvm::object::XCOFFObjectFile
|
H A D | COFFObjectFile.cpp | 246 COFFObjectFile::getSymbolSection(DataRefImpl Ref) const { in getSymbolSection() function in COFFObjectFile
|
H A D | MachOObjectFile.cpp | 1854 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 D | llvm-nm.cpp | 452 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); in darwinPrintSymbol() 1028 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()
|