Searched refs:getSymbolIndex (Results 1 – 16 of 16) sorted by relevance
414 uint32_t SymIdx = ExceptionSectEnt.getSymbolIndex(); in printExceptionSectionEntry()535 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFileAuxEnt()570 W.printNumber("Index", Obj.getSymbolIndex(AuxEntRef.getEntryAddress())); in printCsectAuxEnt()599 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForStat()613 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printExceptionAuxEnt()626 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFunctionAuxEnt()638 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFunctionAuxEnt()651 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printBlockAuxEnt()661 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printBlockAuxEnt()671 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForDWARF()[all …]
1594 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()
295 uint32_t getSymbolIndex() const {673 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
511 uint64_t getSymbolIndex(DataRefImpl Symb) const;
1120 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
907 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile1293 Twine(getObject()->getSymbolIndex(CsectAuxRef.getEntryAddress())) + in isFunction()1314 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
1191 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
567 os->info = in.symTab->getSymbolIndex(symbols[section->info]); in finalizeShtGroup()
644 size_t getSymbolIndex(Symbol *sym);
1602 size_t index = symTab->getSymbolIndex(sym); in getSymIndex()2174 size_t SymbolTableBaseSection::getSymbolIndex(Symbol *sym) { in getSymbolIndex() function in SymbolTableBaseSection2429 getPartition().dynSymTab->getSymbolIndex(i->sym)); in writeTo()
411 p->setSymbolAndType(in.symTab->getSymbolIndex(&sym), type, in copyRelocations()
971 Twine(Obj.getSymbolIndex(I->getRawDataRefImpl().p))); in getSymbolNMTypeChar()1726 Twine(XCOFFObj->getSymbolIndex(Sym.getRawDataRefImpl().p)), in getXCOFFExports()
1241 const uint32_t SymbolIndex = XCOFFObj.getSymbolIndex(SymbolDRI.p); in createSymbolInfo()