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

Declarations

include/llvm/DebugInfo/GSYM/FileWriter.h
  110   uint64_t tell();

References

lib/DebugInfo/GSYM/FunctionInfo.cpp
  101   const uint64_t FuncInfoOffset = O.tell();
  113     const auto StartOffset = O.tell();
  117     const off_t Length = O.tell() - StartOffset;
  131     const auto StartOffset = O.tell();
  135     const off_t Length = O.tell() - StartOffset;
lib/DebugInfo/GSYM/GsymCreator.cpp
  112   const off_t AddrInfoOffsetsOffset = O.tell();
  132   const off_t StrtabOffset = O.tell();
  134   const off_t StrtabSize = O.tell() - StrtabOffset;
unittests/DebugInfo/GSYM/GSYMTest.cpp
  194   auto FixupOffset = FW.tell();
  701   const off_t FixupOffset = FW.tell();