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

References

lib/DebugInfo/CodeView/SymbolDumper.cpp
  638   W.printHex("Offset", Annot.CodeOffset);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp
  477   error(IO.mapInteger(Annot.CodeOffset));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  557   IO.mapOptional("Offset", Symbol.CodeOffset, 0U);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  884   P.formatLine("addr = {0}", formatSegmentOffset(Annot.Segment, Annot.CodeOffset));