Searched refs:getSymbolIndex (Results 1 – 10 of 10) sorted by relevance
175 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFileAuxEnt()206 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printCsectAuxEnt32()230 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForStat()318 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(SymbolEntPtr))); in printSymbol()
1448 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
354 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
358 uint64_t getSymbolIndex(DataRefImpl Symb) const;
1063 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
235 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
590 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
1765 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()1898 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()2528 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile
1070 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
919 const uint32_t SymbolIndex = XCOFFObj->getSymbolIndex(SymbolDRI.p); in createSymbolInfo()