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

References

tools/llvm-rc/ResourceFileWriter.cpp
  363   uint64_t Result = tell();
  415   uint64_t Location = tell();
  573   uint64_t DataLoc = tell();
  578   HeaderPrefix.DataSize = tell() - DataLoc;
 1361     uint64_t CurLoc = tell();
 1401   auto DataLoc = tell();
 1416   auto CurLoc = tell();
 1500   writeObjectAt(ulittle16_t(tell() - LengthLoc), LengthLoc);