Searched refs:getSymbolIndex (Results 1 – 16 of 16) sorted by relevance
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 …]
1597 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
79 COFFSymbolIndex SymIndex = getObject().getSymbolIndex(COFFSymbol); in addSingleRelocation()
240 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
302 uint32_t getSymbolIndex() const {680 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
511 uint64_t getSymbolIndex(DataRefImpl Symb) const;
1120 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
915 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile1301 Twine(getObject()->getSymbolIndex(CsectAuxRef.getEntryAddress())) + in isFunction()1322 uint32_t SymbolIdx = getObject()->getSymbolIndex(getEntryAddress()); in getXCOFFCsectAuxRef()
1784 " 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
1177 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
605 os->info = in.symTab->getSymbolIndex(*symbols[section->info]); in finalizeShtGroup()623 int64_t symidx = in.symTab->getSymbolIndex(sym); in encodeOneCrel()
653 size_t getSymbolIndex(const Symbol &sym);
455 p->setSymbolAndType(in.symTab->getSymbolIndex(sym), type, in copyRelocations()
1618 size_t index = symTab->getSymbolIndex(*sym); in getSymIndex()2195 size_t SymbolTableBaseSection::getSymbolIndex(const Symbol &sym) { in getSymbolIndex() function in SymbolTableBaseSection2450 getPartition().dynSymTab->getSymbolIndex(*i->sym)); in writeTo()
971 Twine(Obj.getSymbolIndex(I->getRawDataRefImpl().p))); in getSymbolNMTypeChar()1726 Twine(XCOFFObj->getSymbolIndex(Sym.getRawDataRefImpl().p)), in getXCOFFExports()
1416 const uint32_t SymbolIndex = XCOFFObj.getSymbolIndex(SymbolDRI.p); in createSymbolInfo()