Home
last modified time | relevance | path

Searched refs:getSymbolIndex (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp230 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFileAuxEnt()
265 W.printNumber("Index", Obj.getSymbolIndex(AuxEntRef.getEntryAddress())); in printCsectAuxEnt()
294 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForStat()
308 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printExceptionAuxEnt()
321 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFunctionAuxEnt()
333 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFunctionAuxEnt()
346 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printBlockAuxEnt()
356 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printBlockAuxEnt()
366 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForDWARF()
465 uint32_t SymbolIdx = Obj.getSymbolIndex(SymbolEntRef.getEntryAddress()); in printSymbol()
H A DCOFFDumper.cpp1452 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFF_x86_64.cpp76 COFFSymbolIndex SymIndex = getObject().getSymbolIndex(COFFSymbol); in addSingleRelocation()
H A DMachOLinkGraphBuilder.cpp230 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp835 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
1184 uint32_t SymbolIdx = OwningObjectPtr->getSymbolIndex(getEntryAddress()); in getXCOFFCsectAuxRef()
H A DMachOObjectFile.cpp1772 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()
1905 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()
2582 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile
H A DCOFFObjectFile.cpp1137 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp470 os->info = in.symTab->getSymbolIndex(symbols[section->info]); in finalizeShtGroup()
H A DSyntheticSections.h629 size_t getSymbolIndex(Symbol *sym);
H A DSyntheticSections.cpp1599 size_t index = symTab->getSymbolIndex(sym); in getSymIndex()
2174 size_t SymbolTableBaseSection::getSymbolIndex(Symbol *sym) { in getSymbolIndex() function in SymbolTableBaseSection
2438 getPartition().dynSymTab->getSymbolIndex(i->sym)); in writeTo()
H A DInputSection.cpp362 p->setSymbolAndType(in.symTab->getSymbolIndex(&sym), type, in copyRelocations()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h588 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
H A DMachO.h482 uint64_t getSymbolIndex(DataRefImpl Symb) const;
H A DCOFF.h1063 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp953 Twine(Obj.getSymbolIndex(I->getRawDataRefImpl().p))); in getSymbolNMTypeChar()
1698 Twine(XCOFFObj->getSymbolIndex(Sym.getRawDataRefImpl().p)), in getXCOFFExports()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1067 const uint32_t SymbolIndex = XCOFFObj.getSymbolIndex(SymbolDRI.p); in createSymbolInfo()