Searched refs:getSymbolIndex (Results 1 – 16 of 16) sorted by relevance
230 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFileAuxEnt()265 W.printNumber("Index", Obj.getSymbolIndex(AuxEntRef.getEntryAddress())); in printCsectAuxEnt()294 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForStat()308 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printExceptionAuxEnt()321 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFunctionAuxEnt()333 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFunctionAuxEnt()346 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printBlockAuxEnt()356 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printBlockAuxEnt()366 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForDWARF()465 uint32_t SymbolIdx = Obj.getSymbolIndex(SymbolEntRef.getEntryAddress()); in printSymbol()
1452 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
76 COFFSymbolIndex SymIndex = getObject().getSymbolIndex(COFFSymbol); in addSingleRelocation()
230 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
835 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile1184 uint32_t SymbolIdx = OwningObjectPtr->getSymbolIndex(getEntryAddress()); in getXCOFFCsectAuxRef()
1772 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()1905 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()2582 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile
1137 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
470 os->info = in.symTab->getSymbolIndex(symbols[section->info]); in finalizeShtGroup()
629 size_t getSymbolIndex(Symbol *sym);
1599 size_t index = symTab->getSymbolIndex(sym); in getSymIndex()2174 size_t SymbolTableBaseSection::getSymbolIndex(Symbol *sym) { in getSymbolIndex() function in SymbolTableBaseSection2438 getPartition().dynSymTab->getSymbolIndex(i->sym)); in writeTo()
362 p->setSymbolAndType(in.symTab->getSymbolIndex(&sym), type, in copyRelocations()
588 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
482 uint64_t getSymbolIndex(DataRefImpl Symb) const;
1063 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
953 Twine(Obj.getSymbolIndex(I->getRawDataRefImpl().p))); in getSymbolNMTypeChar()1698 Twine(XCOFFObj->getSymbolIndex(Sym.getRawDataRefImpl().p)), in getXCOFFExports()
1067 const uint32_t SymbolIndex = XCOFFObj.getSymbolIndex(SymbolDRI.p); in createSymbolInfo()