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

References

tools/clang/tools/driver/cc1as_main.cpp
  395   MOFI->InitMCObjectFileInfo(Triple(Opts.Triple), PIC, Ctx);
  397     Ctx.setAllowTemporaryLabels(false);
  399     Ctx.setGenDwarfForAssembly(true);
  401     Ctx.setDwarfDebugFlags(StringRef(Opts.DwarfDebugFlags));
  403     Ctx.setDwarfDebugProducer(StringRef(Opts.DwarfDebugProducer));
  405     Ctx.setCompilationDir(Opts.DebugCompilationDir);
  410       Ctx.setCompilationDir(CWD);
  414       Ctx.addDebugPrefixMapEntry(KV.first, KV.second);
  416     Ctx.setMainFileName(StringRef(Opts.MainFileName));
  417   Ctx.setDwarfVersion(Opts.DwarfVersion);
  419     Ctx.setGenDwarfRootFile(Opts.InputFile,
  450       CE.reset(TheTarget->createMCCodeEmitter(*MCII, *MRI, Ctx));
  456         Ctx, std::move(FOut), /*asmverbose*/ true,
  460     Str.reset(createNullStreamer(Ctx));
  470         TheTarget->createMCCodeEmitter(*MCII, *MRI, Ctx));
  479         T, Ctx, std::move(MAB), std::move(OW), std::move(CE), *STI,
  487   if (Opts.EmbedBitcode && Ctx.getObjectFileInfo()->getObjectFileType() ==
  489     MCSection *AsmLabel = Ctx.getMachOSection(
  501       createMCAsmParser(SrcMgr, Ctx, *Str.get(), *MAI));
  517     Ctx.setSymbolValue(Parser->getStreamer(), Sym, Value);