| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | XCOFFLinkGraphBuilder.cpp | 229 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 D | COFF_x86_64.cpp | 79 COFFSymbolIndex SymIndex = getObject().getSymbolIndex(COFFSymbol); in addSingleRelocation()
|
| H A D | MachOLinkGraphBuilder.cpp | 232 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | XCOFFDumper.cpp | 418 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 D | COFFDumper.cpp | 1643 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 305 uint32_t getSymbolIndex() const { 687 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
|
| H A D | MachO.h | 516 uint64_t getSymbolIndex(DataRefImpl Symb) const;
|
| H A D | COFF.h | 1178 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 920 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 D | MachOObjectFile.cpp | 1785 " 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 D | COFFObjectFile.cpp | 1250 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | OutputSections.cpp | 624 os->info = ctx.in.symTab->getSymbolIndex(*symbols[section->info]); in finalizeShtGroup() 643 int64_t symidx = ctx.in.symTab->getSymbolIndex(sym); in encodeOneCrel()
|
| H A D | SyntheticSections.h | 659 size_t getSymbolIndex(const Symbol &sym);
|
| H A D | InputSection.cpp | 490 p->setSymbolAndType(ctx.in.symTab->getSymbolIndex(sym), type, in copyRelocations()
|
| H A D | SyntheticSections.cpp | 1673 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 D | llvm-nm.cpp | 973 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 D | llvm-objdump.cpp | 1487 const uint32_t SymbolIndex = XCOFFObj.getSymbolIndex(SymbolDRI.p); in createSymbolInfo()
|