Lines Matching refs:getCodeGenOpts

48     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
49 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo()
51 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
195 CGM.getCodeGenOpts().EmitCodeView; in getFunctionName()
203 Policy.MSVCFormatting = CGM.getCodeGenOpts().EmitCodeView; in getFunctionName()
277 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
365 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo) in getColumnNumber()
377 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
378 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
398 std::string MainFileName = CGM.getCodeGenOpts().MainFileName; in CreateCompileUnit()
459 Producer, LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers, in CreateCompileUnit()
460 CGM.getCodeGenOpts().SplitDwarfFile, EmissionKind, 0 /* DWOid */); in CreateCompileUnit()
2620 if (LinkageName == Name || (!CGM.getCodeGenOpts().EmitGcovArcs && in collectFunctionDeclProps()
2621 !CGM.getCodeGenOpts().EmitGcovNotes && in collectFunctionDeclProps()
3631 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitUsingDirective()
3635 CGM.getCodeGenOpts().DebugExplicitImport) { in EmitUsingDirective()
3644 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitUsingDecl()
3659 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
3672 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitNamespaceAlias()
3767 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitExplicitCastType()