HomeSort by relevance Sort by last modified time
    Searched refs:SymbolIndex (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Object/
Archive.h 128 uint32_t SymbolIndex;
133 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
138 , SymbolIndex(symi)
  /external/llvm/lib/Object/
Archive.cpp 340 + SymbolIndex);
342 // The SymbolIndex is an index into the ranlib structs that start at
349 (SymbolIndex * 2) + 1);
359 if (SymbolIndex >= SymbolCount)
369 + SymbolIndex);
390 // struct indexed by t.SymbolIndex . To change t.StringIndex to the
391 // offset in the string table for t.SymbolIndex+1 we subtract the
392 // its offset from the start of the string table for t.SymbolIndex
393 // and add the offset of the string table for t.SymbolIndex+1.
405 // If t.SymbolIndex + 1 will be past the count of symbols (the RanlibCount
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 480 unsigned SymbolIndex =
482 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex);
516 unsigned SymbolIndex =
518 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex);
521 DEBUG(dbgs() << " " << IndirectSymbolName << ": index " << SymbolIndex

Completed in 59 milliseconds