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

  /external/llvm/include/llvm/Object/
Archive.h 148 uint32_t SymbolIndex;
153 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
158 , SymbolIndex(symi)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Archive.h 170 uint32_t SymbolIndex;
175 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
180 , SymbolIndex(symi)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Archive.h 170 uint32_t SymbolIndex;
175 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
180 , SymbolIndex(symi)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Archive.h 170 uint32_t SymbolIndex;
175 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
180 , SymbolIndex(symi)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 170 uint32_t SymbolIndex;
175 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
180 , SymbolIndex(symi)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
Archive.h 170 uint32_t SymbolIndex;
175 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
180 , SymbolIndex(symi)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
Archive.h 170 uint32_t SymbolIndex;
175 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
180 , SymbolIndex(symi)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
Archive.h 170 uint32_t SymbolIndex;
175 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
180 , SymbolIndex(symi)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
Archive.h 170 uint32_t SymbolIndex;
175 return (Parent == other.Parent) && (SymbolIndex == other.SymbolIndex);
180 , SymbolIndex(symi)
  /external/llvm/lib/Object/
Archive.cpp 502 Offset = read32be(Offsets + SymbolIndex * 4);
504 Offset = read64be(Offsets + SymbolIndex * 8);
506 // The SymbolIndex is an index into the ranlib structs that start at
512 Offset = read32le(Offsets + SymbolIndex * 8 + 4);
514 // The SymbolIndex is an index into the ranlib_64 structs that start at
520 Offset = read64le(Offsets + SymbolIndex * 16 + 8);
527 if (SymbolIndex >= SymbolCount)
535 uint16_t OffsetIndex = read16le(Indices + SymbolIndex * 2);
558 // struct indexed by t.SymbolIndex . To change t.StringIndex to the
559 // offset in the string table for t.SymbolIndex+1 we subtract th
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 227 unsigned SymbolIndex =
229 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 202 unsigned SymbolIndex =
204 symbol_iterator SI = Obj.getSymbolByIndex(SymbolIndex);
210 DEBUG(dbgs() << " " << IndirectSymbolName << ": index " << SymbolIndex

Completed in 331 milliseconds