Lines Matching refs:getCodeGenOpts

73     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
74 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo()
241 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()
307 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
352 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
353 CGM.getCodeGenOpts().DwarfVersion < 5) in computeChecksum()
362 switch (CGM.getCodeGenOpts().getDebugSrcHash()) { in computeChecksum()
378 if (!CGM.getCodeGenOpts().EmbedSource) in getSource()
475 for (auto &[From, To] : llvm::reverse(CGM.getCodeGenOpts().DebugPrefixMap)) in remapDIPath()
490 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo) in getColumnNumber()
502 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
503 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
528 auto &CGO = CGM.getCodeGenOpts(); in CreateCompileUnit()
583 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()
584 CGM.getCodeGenOpts().DwarfVersion >= 5)) { in CreateCompileUnit()
624 auto &CGOpts = CGM.getCodeGenOpts(); in CreateCompileUnit()
636 if (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB) { in CreateCompileUnit()
1099 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
1173 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in getOrCreateRecordFwdDecl()
1178 if (CGM.getCodeGenOpts().DebugFwdTemplateParams) in getOrCreateRecordFwdDecl()
1664 CGM.getCodeGenOpts().EmitCodeView ? "__this" : "this"; in CollectRecordLambdaFields()
1700 auto Tag = CGM.getCodeGenOpts().DwarfVersion >= 5 in CreateRecordStaticField()
1773 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
1796 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
2059 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
2346 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()
2413 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()
2452 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in getOrCreateRecordType()
2464 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in getOrCreateStandaloneType()
2476 if (CGM.getCodeGenOpts().getDebugInfo() <= in addHeapAllocSiteMetadata()
2769 if (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB) in CreateTypeDefinition()
3281 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
3282 CGM.getCodeGenOpts().DwarfVersion < 4) in CreateType()
3851 (CGM.getCodeGenOpts().CoverageNotesFile.empty() && in collectFunctionDeclProps()
3852 CGM.getCodeGenOpts().CoverageDataFile.empty() && in collectFunctionDeclProps()
3853 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
3854 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
3860 if (CGM.getCodeGenOpts().hasReducedDebugInfo() || in collectFunctionDeclProps()
3862 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()
3872 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in collectFunctionDeclProps()
4097 if (CGM.getCodeGenOpts().DwarfVersion < 5 && !OMD->isDirectMethod()) in getObjCMethodDeclaration()
4131 !CGM.getCodeGenOpts().EmitCodeView)) in getOrCreateFunctionType()
4598 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclare()
4812 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclare()
4901 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfAutoVariable()
4917 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitLabel()
4954 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfBlockDeclRefVariable()
5027 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfArgVariable()
5084 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfBlockLiteralArgVariable()
5360 CGM.getCodeGenOpts().getDebugSimpleTemplateNames(); in GetName()
5362 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in GetName()
5480 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitGlobalVariable()
5545 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitGlobalVariable()
5562 if (CGM.getCodeGenOpts().EmitCodeView) { in EmitGlobalVariable()
5622 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitExternalVariable()
5644 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitGlobalAlias()
5703 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitUsingDirective()
5707 CGM.getCodeGenOpts().DebugExplicitImport) { in EmitUsingDirective()
5728 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitUsingDecl()
5753 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitUsingEnumDecl()
5764 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
5778 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitNamespaceAlias()
5851 if (CGM.getCodeGenOpts().DwarfVersion >= 5 || SubprogramDirect.getInt()) in finalize()
5901 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitExplicitCastType()
5907 if (CGM.getCodeGenOpts().hasMaybeUnusedDebugInfo()) in EmitAndRetainType()
5933 CGM.getCodeGenOpts().DwarfVersion == 4 && in getCallSiteRelatedAttrs()
5934 (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB || in getCallSiteRelatedAttrs()
5935 CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::GDB); in getCallSiteRelatedAttrs()
5937 if (!SupportsDWARFv4Ext && CGM.getCodeGenOpts().DwarfVersion < 5) in getCallSiteRelatedAttrs()