Searched refs:getSymbolSection (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | GOFFObjectFile.h | 85 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
| H A D | ELFObjectFile.h | 318 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 D | ObjectFile.h | 259 getSymbolSection(DataRefImpl Symb) const = 0; 482 return getObject()->getSymbolSection(getRawDataRefImpl()); in getSection()
|
| H A D | Wasm.h | 181 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
| H A D | MachO.h | 443 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
| H A D | XCOFFObjectFile.h | 607 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
| H A D | COFF.h | 1055 Expected<section_iterator> getSymbolSection(DataRefImpl Symb) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubV5.cpp | 407 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 D | GOFFObjectFile.cpp | 337 GOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in GOFFObjectFile
|
| H A D | WasmObjectFile.cpp | 1850 Expected<section_iterator> Sec = getSymbolSection(Symb); in getSymbolAddress() 1935 WasmObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection() function in WasmObjectFile
|
| H A D | XCOFFObjectFile.cpp | 359 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 | 1855 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 D | llvm-nm.cpp | 454 MachO->getSymbolSection(S.Sym.getRawDataRefImpl()); in darwinPrintSymbol() 1030 Expected<section_iterator> SecOrErr = Obj.getSymbolSection(Symb); in getSymbolNMTypeChar()
|