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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  153   W.printNumber("ThunkSection", Tramp.ThunkSection);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   81   error(IO.mapInteger(Tramp.ThunkSection));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  294   IO.mapRequired("ThunkSection", Symbol.ThunkSection);
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),