Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.cpp229 OS << " (idx: " << Obj.getSymbolIndex(Sym.getRawDataRefImpl().p) << ")"; in printSymbolEntry()
233 << Obj.getSymbolIndex(ParentSym->getRawDataRefImpl().p) << ")"; in printSymbolEntry()
259 auto SymbolIndex = Obj.getSymbolIndex(Symbol.getEntryAddress()); in processCsectsAndSymbols()
279 auto CsectSymbolIndex = Obj.getSymbolIndex(CsectSymbol.getEntryAddress()); in processCsectsAndSymbols()
367 auto SymbolIndex = Obj.getSymbolIndex(Symbol.getRawDataRefImpl().p); in processRelocations()
H A DCOFF_x86_64.cpp79 COFFSymbolIndex SymIndex = getObject().getSymbolIndex(COFFSymbol); in addSingleRelocation()
H A DMachOLinkGraphBuilder.cpp232 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp418 uint32_t SymIdx = ExceptionSectEnt.getSymbolIndex(); in printExceptionSectionEntry()
541 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFileAuxEnt()
576 W.printNumber("Index", Obj.getSymbolIndex(AuxEntRef.getEntryAddress())); in printCsectAuxEnt()
605 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForStat()
619 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printExceptionAuxEnt()
632 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFunctionAuxEnt()
644 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFunctionAuxEnt()
657 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printBlockAuxEnt()
667 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printBlockAuxEnt()
677 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForDWARF()
[all …]
H A DCOFFDumper.cpp1643 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h305 uint32_t getSymbolIndex() const {
687 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
H A DMachO.h516 uint64_t getSymbolIndex(DataRefImpl Symb) const;
H A DCOFF.h1178 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp920 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
1306 Twine(getObject()->getSymbolIndex(CsectAuxRef.getEntryAddress())) + in isFunction()
1327 uint32_t SymbolIdx = getObject()->getSymbolIndex(getEntryAddress()); in getXCOFFCsectAuxRef()
H A DMachOObjectFile.cpp1785 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()
1922 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()
2632 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile
H A DCOFFObjectFile.cpp1250 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp624 os->info = ctx.in.symTab->getSymbolIndex(*symbols[section->info]); in finalizeShtGroup()
643 int64_t symidx = ctx.in.symTab->getSymbolIndex(sym); in encodeOneCrel()
H A DSyntheticSections.h659 size_t getSymbolIndex(const Symbol &sym);
H A DInputSection.cpp490 p->setSymbolAndType(ctx.in.symTab->getSymbolIndex(sym), type, in copyRelocations()
H A DSyntheticSections.cpp1673 size_t index = symTab->getSymbolIndex(*sym); in getSymIndex()
2254 size_t SymbolTableBaseSection::getSymbolIndex(const Symbol &sym) { in getSymbolIndex() function in SymbolTableBaseSection
2514 getPartition(ctx).dynSymTab->getSymbolIndex(*i->sym)); in writeTo()
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp973 Twine(Obj.getSymbolIndex(I->getRawDataRefImpl().p))); in getSymbolNMTypeChar()
1728 Twine(XCOFFObj->getSymbolIndex(Sym.getRawDataRefImpl().p)), in getXCOFFExports()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1487 const uint32_t SymbolIndex = XCOFFObj.getSymbolIndex(SymbolDRI.p); in createSymbolInfo()