HomeSort by: relevance | last modified time | path
    Searched refs:getSymbolByIndex (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
Object.cpp 17 const SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) const {
22 SymbolEntry *SymbolTable::getSymbolByIndex(uint32_t Index) {
24 static_cast<const SymbolTable *>(this)->getSymbolByIndex(Index));
Object.h 148 const SymbolEntry *getSymbolByIndex(uint32_t Index) const;
149 SymbolEntry *getSymbolByIndex(uint32_t Index);
MachOReader.cpp 230 Reloc.Symbol = O.SymTable.getSymbolByIndex(SymbolNum);
293 Index, O.SymTable.getSymbolByIndex(Index));
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 231 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex);
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 206 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 704 Expected<const Symbol *> getSymbolByIndex(uint32_t Index) const;
705 Expected<Symbol *> getSymbolByIndex(uint32_t Index);
Object.cpp 857 SymbolTableSection::getSymbolByIndex(uint32_t Index) const {
864 Expected<Symbol *> SymbolTableSection::getSymbolByIndex(uint32_t Index) {
866 static_cast<const SymbolTableSection *>(this)->getSymbolByIndex(Index);
1498 Expected<Symbol *> Sym = (*SymTab)->getSymbolByIndex(GroupSec->Info);
1637 Expected<Symbol *> SymByIndex = SymbolTable->getSymbolByIndex(Sym);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 357 symbol_iterator getSymbolByIndex(unsigned Index) const;
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 626 object::SymbolRef Symbol = *(O.getSymbolByIndex(IndirectSymbol));
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2498 return getSymbolByIndex(0);
2516 symbol_iterator MachOObjectFile::getSymbolByIndex(unsigned Index) const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 652 symbol_iterator Sym = O->getSymbolByIndex(indirect_symbol);
918 SymbolRef Symbol = *O->getSymbolByIndex(r_symbolnum);
2770 symbol_iterator RelocSymNext = info->O->getSymbolByIndex(SymbolNum);
3085 symbol_iterator Sym = info->O->getSymbolByIndex(indirect_symbol);
3116 symbol_iterator Sym = info->O->getSymbolByIndex(indirect_symbol);

Completed in 33 milliseconds