Searched refs:EmitCodeView (Results 1 – 6 of 6) sorted by relevance
123 DEBUGOPT(EmitCodeView, 1, 0)
251 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()317 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()362 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()1118 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()1790 CGM.getCodeGenOpts().EmitCodeView ? "__this" : "this"; in CollectRecordLambdaFields()1899 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()1922 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()2185 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()2472 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()2539 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()[all …]
1009 if (CodeGenOpts.EmitCodeView) { in Release()6389 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
4517 bool EmitCodeView = false; in renderDebugOptions() local4519 EmitCodeView = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()4523 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()4527 EmitCodeView = true; in renderDebugOptions()4572 !EmitCodeView && in renderDebugOptions()4636 if (EmitCodeView) { in renderDebugOptions()4813 if (EmitCodeView && Output.isFilename()) in renderDebugOptions()8569 bool EmitCodeView = false; in ConstructJob() local8571 EmitCodeView = checkDebugInfoOption(A, Args, D, getToolChain()); in ConstructJob()8575 if (!EmitCodeView && !EmitDwarf && WantDebug) { in ConstructJob()[all …]
540 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local541 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) in doInitialization()543 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
4384 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;