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

References

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