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

References

include/llvm/Support/OnDiskHashTable.h
  153     endian::Writer LE(Out, little);
  178       B.Off = Out.tell();
  189             InfoObj.EmitKeyDataLength(Out, I->Key, I->Data);
  196         uint64_t KeyStart = Out.tell();
  197         InfoObj.EmitKey(Out, I->Key, Len.first);
  198         uint64_t DataStart = Out.tell();
  199         InfoObj.EmitData(Out, I->Key, I->Data, Len.second);
  200         uint64_t End = Out.tell();
  210     offset_type TableOff = Out.tell();