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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
   95     W.printHex("Range", Gap.Range);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
   22     error(IO.mapInteger(Gap.Range));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  195     io.mapRequired("Range", Gap.Range);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
   43     start += gap.Range;
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  336     GapStrs.push_back(formatv("({0},{1})", G.GapStartOffset, G.Range).str());