Home
last modified time | relevance | path

Searched refs:getSymbolByIndex (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp332 const Symbol *SymbolTableSection::getSymbolByIndex(uint32_t Index) const { in getSymbolByIndex() function in SymbolTableSection
338 Symbol *SymbolTableSection::getSymbolByIndex(uint32_t Index) { in getSymbolByIndex() function in SymbolTableSection
340 static_cast<const SymbolTableSection *>(this)->getSymbolByIndex(Index)); in getSymbolByIndex()
679 auto Sym = SymTab->getSymbolByIndex(GroupSec->Info); in initGroupSection()
765 ToAdd.RelocSymbol = SymbolTable->getSymbolByIndex(Rel.getSymbol(false)); in initRelocations()
DObject.h451 const Symbol *getSymbolByIndex(uint32_t Index) const;
452 Symbol *getSymbolByIndex(uint32_t Index);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h229 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex); in populateJumpTable()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h229 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex); in populateJumpTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp207 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex); in populateIndirectSymbolPointersSection()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp204 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex); in populateIndirectSymbolPointersSection()
/external/llvm/include/llvm/Object/
DMachO.h255 basic_symbol_iterator getSymbolByIndex(unsigned Index) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h359 basic_symbol_iterator getSymbolByIndex(unsigned Index) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp1088 return getSymbolByIndex(0); in symbol_begin_impl()
1106 basic_symbol_iterator MachOObjectFile::getSymbolByIndex(unsigned Index) const { in getSymbolByIndex() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp708 object::SymbolRef Symbol = *(O.getSymbolByIndex(IndirectSymbol)); in findMachOIndirectCovFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp389 symbol_iterator Sym = O->getSymbolByIndex(indirect_symbol); in PrintIndirectSymbolTable()
662 SymbolRef Symbol = *O->getSymbolByIndex(r_symbolnum); in PrintRelocationEntries()
2403 symbol_iterator RelocSymNext = info->O->getSymbolByIndex(SymbolNum); in SymbolizerGetOpInfo()
2724 symbol_iterator Sym = info->O->getSymbolByIndex(indirect_symbol); in GuessIndirectSymbol()
2759 symbol_iterator Sym = info->O->getSymbolByIndex(indirect_symbol); in GuessIndirectSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp2423 return getSymbolByIndex(0); in symbol_begin()
2441 basic_symbol_iterator MachOObjectFile::getSymbolByIndex(unsigned Index) const { in getSymbolByIndex() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp383 symbol_iterator Sym = O->getSymbolByIndex(indirect_symbol); in PrintIndirectSymbolTable()
1976 symbol_iterator RelocSymNext = info->O->getSymbolByIndex(SymbolNum); in SymbolizerGetOpInfo()
2314 symbol_iterator Sym = info->O->getSymbolByIndex(indirect_symbol); in GuessIndirectSymbol()
2354 symbol_iterator Sym = info->O->getSymbolByIndex(indirect_symbol); in GuessIndirectSymbol()