Searched refs:getSymbolIndex (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp176 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr)));
208 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr)));
232 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(AuxEntPtr)));
320 Obj.getSymbolIndex(reinterpret_cast<uintptr_t>(SymbolEntPtr)));
H A DCOFFDumper.cpp1428 SymbolIndex = Obj->getSymbolIndex(Obj->getCOFFSymbol(*Symbol));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h351 uint32_t getSymbolIndex(uintptr_t SymEntPtr) const;
H A DMachO.h358 uint64_t getSymbolIndex(DataRefImpl Symb) const;
H A DCOFF.h1019 uint32_t getSymbolIndex(COFFSymbolRef Symbol) const;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp382 os->info = in.symTab->getSymbolIndex(symbols[section->info]);
H A DSyntheticSections.h586 size_t getSymbolIndex(Symbol *sym);
H A DInputSection.cpp427 p->setSymbolAndType(in.symTab->getSymbolIndex(&sym), type,
H A DSyntheticSections.cpp1528 return symTab->getSymbolIndex(sym);
2066 size_t SymbolTableBaseSection::getSymbolIndex(Symbol *sym) {
2353 getPartition().dynSymTab->getSymbolIndex(i->sym));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp233 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp571 uint32_t XCOFFObjectFile::getSymbolIndex(uintptr_t SymbolEntPtr) const { function in class:llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp1762 " for symbol at index " + Twine(getSymbolIndex(Symb)));
1893 " for symbol at index " + Twine(getSymbolIndex(Symb)));
2521 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { function in class:MachOObjectFile
2524 report_fatal_error("getSymbolIndex() called with no symbol table symbol");
H A DCOFFObjectFile.cpp1030 uint32_t COFFObjectFile::getSymbolIndex(COFFSymbolRef Symbol) const { function in class:COFFObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1551 const uint32_t SymbolIndex = XCOFFObj->getSymbolIndex(SymbolDRI.p);

Completed in 292 milliseconds