Lines Matching refs:getCodeGenOpts

66     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
67 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo()
69 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
234 if (CGM.getCodeGenOpts().EmitCodeView) in getPrintingPolicy()
256 CGM.getCodeGenOpts().EmitCodeView; in getFunctionName()
331 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
370 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
371 CGM.getCodeGenOpts().DwarfVersion < 5) in computeChecksum()
392 if (!CGM.getCodeGenOpts().EmbedSource) in getSource()
490 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo) in getColumnNumber()
502 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
503 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
526 std::string MainFileName = CGM.getCodeGenOpts().MainFileName; in CreateCompileUnit()
598 auto &CGOpts = CGM.getCodeGenOpts(); in CreateCompileUnit()
905 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
961 if (CGM.getCodeGenOpts().DebugFwdTemplateParams) in getOrCreateRecordFwdDecl()
1393 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
1413 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
1649 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
1889 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()
3111 if (LinkageName == Name || (!CGM.getCodeGenOpts().EmitGcovArcs && in collectFunctionDeclProps()
3112 !CGM.getCodeGenOpts().EmitGcovNotes && in collectFunctionDeclProps()
3113 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
3483 if (CGM.getCodeGenOpts().DwarfVersion >= 5) { in EmitFunctionStart()
4289 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitUsingDirective()
4293 CGM.getCodeGenOpts().DebugExplicitImport) { in EmitUsingDirective()
4302 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitUsingDecl()
4329 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
4343 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitNamespaceAlias()
4399 if (CGM.getCodeGenOpts().DwarfVersion >= 5) { in finalize()
4464 if (CGM.getCodeGenOpts().getDebugInfo() < codegenoptions::LimitedDebugInfo) in EmitExplicitCastType()
4491 CGM.getCodeGenOpts().DwarfVersion == 4 && in getCallSiteRelatedAttrs()
4492 CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB; in getCallSiteRelatedAttrs()
4493 if (!SupportsDWARFv4Ext && CGM.getCodeGenOpts().DwarfVersion < 5) in getCallSiteRelatedAttrs()