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

References

lib/MC/MCCodeView.cpp
  171   MCContext &Ctx = OS.getContext();
  175   OS.EmitIntValue(unsigned(DebugSubsectionKind::StringTable), 4);
  176   OS.emitAbsoluteSymbolDiff(StringEnd, StringBegin, 4);
  177   OS.EmitLabel(StringBegin);
  183     OS.insert(getStringTableFragment());
  187   OS.EmitValueToAlignment(4, 0);
  189   OS.EmitLabel(StringEnd);