Lines Matching refs:getCodeGenOpts

72     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
73 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo()
75 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
242 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()
308 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
353 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
354 CGM.getCodeGenOpts().DwarfVersion < 5) in computeChecksum()
363 switch (CGM.getCodeGenOpts().getDebugSrcHash()) { in computeChecksum()
379 if (!CGM.getCodeGenOpts().EmbedSource) in getSource()
491 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo) in getColumnNumber()
503 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
504 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
529 auto &CGO = CGM.getCodeGenOpts(); in CreateCompileUnit()
576 } else if (LO.OpenCL && (!CGM.getCodeGenOpts().DebugStrictDwarf || in CreateCompileUnit()
577 CGM.getCodeGenOpts().DwarfVersion >= 5)) { in CreateCompileUnit()
617 auto &CGOpts = CGM.getCodeGenOpts(); in CreateCompileUnit()
629 if (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB) { in CreateCompileUnit()
1059 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
1133 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in getOrCreateRecordFwdDecl()
1138 if (CGM.getCodeGenOpts().DebugFwdTemplateParams) in getOrCreateRecordFwdDecl()
1645 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
1668 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
1950 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
2234 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()
2301 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()
2340 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in getOrCreateRecordType()
2352 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in getOrCreateStandaloneType()
2364 if (CGM.getCodeGenOpts().getDebugInfo() <= in addHeapAllocSiteMetadata()
3136 if (CGM.getCodeGenOpts().DebugStrictDwarf && in CreateType()
3137 CGM.getCodeGenOpts().DwarfVersion < 4) in CreateType()
3705 if (LinkageName == Name || (!CGM.getCodeGenOpts().EmitGcovArcs && in collectFunctionDeclProps()
3706 !CGM.getCodeGenOpts().EmitGcovNotes && in collectFunctionDeclProps()
3707 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
3708 !CGM.getCodeGenOpts().PseudoProbeForProfiling && in collectFunctionDeclProps()
3714 if (CGM.getCodeGenOpts().hasReducedDebugInfo() || in collectFunctionDeclProps()
3716 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()
3726 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in collectFunctionDeclProps()
3951 if (CGM.getCodeGenOpts().DwarfVersion < 5 && !OMD->isDirectMethod()) in getObjCMethodDeclaration()
3985 !CGM.getCodeGenOpts().EmitCodeView)) in getOrCreateFunctionType()
4453 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclare()
4633 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclare()
4717 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfAutoVariable()
4729 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitLabel()
4766 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfBlockDeclRefVariable()
4838 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfArgVariable()
4895 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfBlockLiteralArgVariable()
5171 CGM.getCodeGenOpts().getDebugSimpleTemplateNames(); in GetName()
5173 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in GetName()
5289 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitGlobalVariable()
5354 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitGlobalVariable()
5371 if (CGM.getCodeGenOpts().EmitCodeView) { in EmitGlobalVariable()
5448 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitExternalVariable()
5470 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitGlobalAlias()
5529 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitUsingDirective()
5533 CGM.getCodeGenOpts().DebugExplicitImport) { in EmitUsingDirective()
5554 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitUsingDecl()
5579 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitUsingEnumDecl()
5590 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
5604 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitNamespaceAlias()
5677 if (CGM.getCodeGenOpts().DwarfVersion >= 5 || SubprogramDirect.getInt()) in finalize()
5727 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitExplicitCastType()
5733 if (CGM.getCodeGenOpts().hasMaybeUnusedDebugInfo()) in EmitAndRetainType()
5758 CGM.getCodeGenOpts().DwarfVersion == 4 && in getCallSiteRelatedAttrs()
5759 (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB || in getCallSiteRelatedAttrs()
5760 CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::GDB); in getCallSiteRelatedAttrs()
5762 if (!SupportsDWARFv4Ext && CGM.getCodeGenOpts().DwarfVersion < 5) in getCallSiteRelatedAttrs()