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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  140   W.printNumber("Off", Thunk.Offset);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   64   error(IO.mapInteger(Thunk.Offset));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  283   IO.mapRequired("Off", Symbol.Offset);
tools/lld/COFF/PDB.cpp
 1566     ts.Offset = thunkChunk->getRVA() - thunkOS->getRVA();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  229   return {record.Segment, record.Offset};
  311   return SegmentOffsetLength{record.Segment, record.Offset, record.Length};
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  403                formatSegmentOffset(Thunk.Segment, Thunk.Offset));