/external/llvm-project/llvm/tools/llvm-readobj/ |
D | XCOFFDumper.cpp | 175 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()
|
D | COFFDumper.cpp | 1430 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol)); in printRelocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 327 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
|
D | MachO.h | 357 uint64_t getSymbolIndex(DataRefImpl Symb) const;
|
D | COFF.h | 1029 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 353 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
|
D | MachO.h | 358 uint64_t getSymbolIndex(DataRefImpl Symb) const;
|
D | COFF.h | 1040 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 256 uint64_t getSymbolIndex(DataRefImpl Symb) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 208 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
|
/external/llvm-project/lld/ELF/ |
D | OutputSections.cpp | 386 os->info = in.symTab->getSymbolIndex(symbols[section->info]); in finalizeShtGroup()
|
D | SyntheticSections.h | 592 size_t getSymbolIndex(Symbol *sym);
|
D | SyntheticSections.cpp | 1569 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()
|
D | InputSection.cpp | 434 p->setSymbolAndType(in.symTab->getSymbolIndex(&sym), type, in copyRelocations()
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 231 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl()); in createNormalizedSymbols()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 455 " 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/ |
D | XCOFFObjectFile.cpp | 528 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
|
D | MachOObjectFile.cpp | 1762 " 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
|
D | COFFObjectFile.cpp | 1044 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 575 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { in getSymbolIndex() function in llvm::object::XCOFFObjectFile
|
D | MachOObjectFile.cpp | 1765 " 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
|
D | COFFObjectFile.cpp | 1067 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { in getSymbolIndex() function in COFFObjectFile
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 1577 const uint32_t SymbolIndex = XCOFFObj->getSymbolIndex(SymbolDRI.p); in createSymbolInfo()
|