Lines Matching refs:getCodeGenOpts

67     : CGM(CGM), DebugKind(CGM.getCodeGenOpts().getDebugInfo()),  in CGDebugInfo()
68 DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs), in CGDebugInfo()
70 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo()
237 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()
324 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
369 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
370 CGM.getCodeGenOpts().DwarfVersion < 5) in computeChecksum()
390 if (!CGM.getCodeGenOpts().EmbedSource) in getSource()
500 if (!Force && !CGM.getCodeGenOpts().DebugColumnInfo) in getColumnNumber()
512 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
513 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
536 std::string MainFileName = CGM.getCodeGenOpts().MainFileName; in CreateCompileUnit()
571 else if (LO.CPlusPlus14 && CGM.getCodeGenOpts().DwarfVersion >= 5) in CreateCompileUnit()
573 else if (LO.CPlusPlus11 && CGM.getCodeGenOpts().DwarfVersion >= 5) in CreateCompileUnit()
615 auto &CGOpts = CGM.getCodeGenOpts(); in CreateCompileUnit()
627 if (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB) { in CreateCompileUnit()
1038 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
1112 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in getOrCreateRecordFwdDecl()
1117 if (CGM.getCodeGenOpts().DebugFwdTemplateParams) in getOrCreateRecordFwdDecl()
1558 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
1581 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
1855 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
1936 if (TPList && CGM.getCodeGenOpts().DwarfVersion >= 5) in CollectTemplateParams()
2116 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()
2183 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()
2222 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in getOrCreateRecordType()
2234 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in getOrCreateStandaloneType()
2246 if (CGM.getCodeGenOpts().getDebugInfo() <= in addHeapAllocSiteMetadata()
3546 if (LinkageName == Name || (!CGM.getCodeGenOpts().EmitGcovArcs && in collectFunctionDeclProps()
3547 !CGM.getCodeGenOpts().EmitGcovNotes && in collectFunctionDeclProps()
3548 !CGM.getCodeGenOpts().DebugInfoForProfiling && in collectFunctionDeclProps()
3554 if (CGM.getCodeGenOpts().hasReducedDebugInfo() || in collectFunctionDeclProps()
3556 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()
3566 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) { in collectFunctionDeclProps()
3780 if (CGM.getCodeGenOpts().DwarfVersion < 5 && !OMD->isDirectMethod()) in getObjCMethodDeclaration()
3814 !CGM.getCodeGenOpts().EmitCodeView)) in getOrCreateFunctionType()
4251 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclare()
4429 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfAutoVariable()
4434 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitLabel()
4471 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfBlockDeclRefVariable()
4543 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfArgVariable()
4600 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitDeclareOfBlockLiteralArgVariable()
4767 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitGlobalVariable()
4836 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitGlobalVariable()
4857 if (CGM.getCodeGenOpts().EmitCodeView) { in EmitGlobalVariable()
4926 assert(CGM.getCodeGenOpts().hasReducedDebugInfo()); in EmitExternalVariable()
4951 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitUsingDirective()
4955 CGM.getCodeGenOpts().DebugExplicitImport) { in EmitUsingDirective()
4966 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitUsingDecl()
4993 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
5007 if (!CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitNamespaceAlias()
5080 if (CGM.getCodeGenOpts().DwarfVersion >= 5 || SubprogramDirect.getInt()) in finalize()
5130 if (CGM.getCodeGenOpts().hasReducedDebugInfo()) in EmitExplicitCastType()
5136 if (CGM.getCodeGenOpts().hasMaybeUnusedDebugInfo()) in EmitAndRetainType()
5161 CGM.getCodeGenOpts().DwarfVersion == 4 && in getCallSiteRelatedAttrs()
5162 (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB || in getCallSiteRelatedAttrs()
5163 CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::GDB); in getCallSiteRelatedAttrs()
5165 if (!SupportsDWARFv4Ext && CGM.getCodeGenOpts().DwarfVersion < 5) in getCallSiteRelatedAttrs()