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

Declarations

include/llvm/MC/MCContext.h
  324     CodeViewContext &getCVContext();

References

lib/MC/MCAsmStreamer.cpp
 1343   if (!getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum,
lib/MC/MCAssembler.cpp
 1046   getContext().getCVContext().encodeInlineLineTable(Layout, F);
 1053   getContext().getCVContext().encodeDefRange(Layout, F);
lib/MC/MCObjectStreamer.cpp
  473   getContext().getCVContext().recordCVLoc(getContext(), LineSym, FunctionId,
  481   getContext().getCVContext().emitLineTableForFunction(*this, FunctionId, Begin,
  489   getContext().getCVContext().emitInlineLineTableForFunction(
  500       getContext().getCVContext().emitDefRange(*this, Ranges, FixedSizePortion);
  508   getContext().getCVContext().emitStringTable(*this);
  511   getContext().getCVContext().emitFileChecksums(*this);
  515   getContext().getCVContext().emitFileChecksumOffset(*this, FileNo);
lib/MC/MCParser/AsmParser.cpp
  216   CodeViewContext &getCVContext() { return Ctx.getCVContext(); }
lib/MC/MCStreamer.cpp
  274   return getContext().getCVContext().addFile(*this, FileNo, Filename, Checksum,
  279   return getContext().getCVContext().recordFunctionId(FunctionId);
  286   if (getContext().getCVContext().getCVFunctionInfo(IAFunc) == nullptr) {
  292   return getContext().getCVContext().recordInlinedCallSiteId(
  303   CodeViewContext &CVC = getContext().getCVContext();
lib/Target/X86/MCTargetDesc/X86WinCOFFTargetStreamer.cpp
  356   CodeViewContext &CVCtx = OS.getContext().getCVContext();