Searched refs:EmitCodeView (Results 1 – 7 of 7) sorted by relevance
93 bool *EmitCodeView) const;
4178 EmitCodeView = true; in renderDebugOptions()4183 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()4187 EmitCodeView = true; in renderDebugOptions()4244 !EmitCodeView && in renderDebugOptions()4305 if (EmitCodeView) { in renderDebugOptions()5471 bool EmitCodeView = false; in ConstructJob() local5479 renderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, in ConstructJob()7239 if (EmitCodeView && Output.isFilename()) in ConstructJob()7532 bool *EmitCodeView) const { in AddClangCLArgs()7611 *EmitCodeView = true; in AddClangCLArgs()[all …]
238 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()304 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()349 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()1046 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()1614 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()1637 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()1928 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()2224 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()3699 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()3968 !CGM.getCodeGenOpts().EmitCodeView)) in getOrCreateFunctionType()[all …]
674 if (CodeGenOpts.EmitCodeView) { in Release()5637 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
506 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local507 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()513 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
392 CODEGENOPT(EmitCodeView, 1, 0)
3155 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;