Searched refs:getSymbolByIndex (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp26 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const { function in class:SymbolTable
31 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) {
33 static_cast<const SymbolTable *>(this)->getSymbolByIndex(Index));
H A DMachOObject.h143 const SymbolEntry *getSymbolByIndex(uint32_t Index) const;
144 SymbolEntry *getSymbolByIndex(uint32_t Index);
H A DMachOReader.cpp261 Reloc.Symbol = O.SymTable.getSymbolByIndex(SymbolNum);
341 Index, O.SymTable.getSymbolByIndex(Index));
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h230 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp206 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp95 DRI.p = Obj.getSymbolByIndex(Idx);
H A DMachODump.cpp645 symbol_iterator Sym = O->getSymbolByIndex(indirect_symbol);
911 SymbolRef Symbol = *O->getSymbolByIndex(r_symbolnum);
2989 symbol_iterator RelocSymNext = info->O->getSymbolByIndex(SymbolNum);
3304 symbol_iterator Sym = info->O->getSymbolByIndex(indirect_symbol);
3335 symbol_iterator Sym = info->O->getSymbolByIndex(indirect_symbol);
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h721 Expected<const Symbol *> getSymbolByIndex(uint32_t Index) const;
722 Expected<Symbol *> getSymbolByIndex(uint32_t Index);
H A DELFObject.cpp828 SymbolTableSection::getSymbolByIndex(uint32_t Index) const {
835 Expected<Symbol *> SymbolTableSection::getSymbolByIndex(uint32_t Index) {
837 static_cast<const SymbolTableSection *>(this)->getSymbolByIndex(Index);
1501 Expected<Symbol *> Sym = (*SymTab)->getSymbolByIndex(GroupSec->Info);
1641 Relocs->getObject().SymbolTable->getSymbolByIndex(Sym);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp777 W.printNumber("From", getSymbolName(*Obj->getSymbolByIndex(FromIndex)),
779 W.printNumber("To", getSymbolName(*Obj->getSymbolByIndex(ToIndex)),
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h510 symbol_iterator getSymbolByIndex(unsigned Index) const;
H A DXCOFFObjectFile.h675 uintptr_t getSymbolByIndex(uint32_t Idx) const { function in class:llvm::object::XCOFFObjectFile
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2603 return getSymbolByIndex(0);
2621 symbol_iterator MachOObjectFile::getSymbolByIndex(unsigned Index) const { function in class:MachOObjectFile

Completed in 170 milliseconds