Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDXCOFFDumper.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 …]
HDCOFFDumper.cpp1597 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDCOFF_x86_64.cpp79 COFFSymbolIndex SymIndex = getObject().getSymbolIndex(COFFSymbol); in addSingleRelocation()
HDMachOLinkGraphBuilder.cpp240 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDXCOFFObjectFile.h302 uint32_t getSymbolIndex() const {
680 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
HDMachO.h511 uint64_t getSymbolIndex(DataRefImpl Symb) const;
HDCOFF.h1120 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp915 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
1301 Twine(getObject()->getSymbolIndex(CsectAuxRef.getEntryAddress())) + in isFunction()
1322 uint32_t SymbolIdx = getObject()->getSymbolIndex(getEntryAddress()); in getXCOFFCsectAuxRef()
HDMachOObjectFile.cpp1784 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()
1921 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()
2633 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile
HDCOFFObjectFile.cpp1177 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDOutputSections.cpp605 os->info = in.symTab->getSymbolIndex(*symbols[section->info]); in finalizeShtGroup()
623 int64_t symidx = in.symTab->getSymbolIndex(sym); in encodeOneCrel()
HDSyntheticSections.h653 size_t getSymbolIndex(const Symbol &sym);
HDInputSection.cpp455 p->setSymbolAndType(in.symTab->getSymbolIndex(sym), type, in copyRelocations()
HDSyntheticSections.cpp1618 size_t index = symTab->getSymbolIndex(*sym); in getSymIndex()
2195 size_t SymbolTableBaseSection::getSymbolIndex(const Symbol &sym) { in getSymbolIndex() function in SymbolTableBaseSection
2450 getPartition().dynSymTab->getSymbolIndex(*i->sym)); in writeTo()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
HDllvm-nm.cpp971 Twine(Obj.getSymbolIndex(I->getRawDataRefImpl().p))); in getSymbolNMTypeChar()
1726 Twine(XCOFFObj->getSymbolIndex(Sym.getRawDataRefImpl().p)), in getXCOFFExports()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.cpp1416 const uint32_t SymbolIndex = XCOFFObj.getSymbolIndex(SymbolDRI.p); in createSymbolInfo()