reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/BinaryStreamArray.h
  333   const T &operator*() const { return Array[Index]; }
  334   const T &operator*() { return Array[Index]; }
lib/DebugInfo/PDB/Native/DbiModuleList.cpp
  231     NextFileIndex += ModFileCountArray[I];
  250   return ModFileCountArray[Modi];
  273   uint32_t FileOffset = FileNameOffsets[Index];
lib/DebugInfo/PDB/Native/DbiStream.cpp
  382   return DbgStreams[T];
lib/DebugInfo/PDB/Native/GlobalsStream.cpp
   60       GlobalsTable.HashBuckets[CompressedBucketIndex] / 12;
   63     EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1];
   74     PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex];
  149     bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx);
lib/DebugInfo/PDB/Native/PDBStringTable.cpp
  125     uint32_t ID = IDs[Index];
lib/DebugInfo/PDB/Native/TpiStream.cpp
  155     uint32_t HV = HashValues[TIB.toArrayIndex()];
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
   74   const llvm::object::coff_section &cs = dbi().getSectionHeaders()[segment - 1];
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  233       uint32_t Hash = HashValues[Index.toArrayIndex()];
tools/llvm-readobj/COFFDumper.cpp
 1151           W.printNumber("ColStart", Entry.Columns[ColumnIndex].StartColumn);
 1152           W.printNumber("ColEnd", Entry.Columns[ColumnIndex].EndColumn);