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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  151   W.printNumber("ThunkOff", Tramp.ThunkOffset);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   79   error(IO.mapInteger(Tramp.ThunkOffset));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  292   IO.mapRequired("ThunkOff", Symbol.ThunkOffset);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
  224   return {record.ThunkSection, record.ThunkOffset};
  305   return {record.ThunkSection, record.ThunkOffset, record.Size};
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  413                formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset),
  414                formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset));