Home
last modified time | relevance | path

Searched refs:getSymbolIndex (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp175 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()
H A DCOFFDumper.cpp1448 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h354 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
H A DMachO.h358 uint64_t getSymbolIndex(DataRefImpl Symb) const;
H A DCOFF.h1063 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp235 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp590 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp1765 " 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
H A DCOFFObjectFile.cpp1070 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp919 const uint32_t SymbolIndex = XCOFFObj->getSymbolIndex(SymbolDRI.p); in createSymbolInfo()