Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp175 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printFileAuxEnt()
207 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printCsectAuxEnt32()
231 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr))); in printSectAuxEntForStat()
319 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(SymbolEntPtr))); in printSymbol()
DCOFFDumper.cpp1430 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DXCOFFObjectFile.h327 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
DMachO.h357 uint64_t getSymbolIndex(DataRefImpl Symb) const;
DCOFF.h1029 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
/external/llvm-project/llvm/include/llvm/Object/
DXCOFFObjectFile.h353 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
DMachO.h358 uint64_t getSymbolIndex(DataRefImpl Symb) const;
DCOFF.h1040 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
/external/llvm/include/llvm/Object/
DMachO.h256 uint64_t getSymbolIndex(DataRefImpl Symb) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp208 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
/external/llvm-project/lld/ELF/
DOutputSections.cpp386 os->info = in.symTab->getSymbolIndex(symbols[section->info]); in finalizeShtGroup()
DSyntheticSections.h592 size_t getSymbolIndex(Symbol *sym);
DSyntheticSections.cpp1569 return symTab->getSymbolIndex(sym); in getSymIndex()
2111 size_t SymbolTableBaseSection::getSymbolIndex(Symbol *sym) { in getSymbolIndex() function in SymbolTableBaseSection
2397 getPartition().dynSymTab->getSymbolIndex(i->sym)); in writeHashTable()
DInputSection.cpp434 p->setSymbolAndType(in.symTab->getSymbolIndex(&sym), type, in copyRelocations()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp231 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
/external/llvm/lib/Object/
DMachOObjectFile.cpp455 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()
586 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()
1118 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp528 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
DMachOObjectFile.cpp1762 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()
1893 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()
2516 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile
DCOFFObjectFile.cpp1044 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp575 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
DMachOObjectFile.cpp1765 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolName()
1896 " for symbol at index " + Twine(getSymbolIndex(Symb))); in getSymbolSection()
2526 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex() function in MachOObjectFile
DCOFFObjectFile.cpp1067 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
/external/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp1577 const uint32_t SymbolIndex = XCOFFObj->getSymbolIndex(SymbolDRI.p); in createSymbolInfo()