Searched refs:EmitCodeView (Results 1 – 7 of 7) sorted by relevance
89 bool *EmitCodeView) const;
3873 bool EmitCodeView, bool IRInput, in renderDebugOptions() argument3962 EmitCodeView = true; in renderDebugOptions()3967 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()3971 EmitCodeView = true; in renderDebugOptions()4028 !EmitCodeView && in renderDebugOptions()4089 if (EmitCodeView) { in renderDebugOptions()5191 bool EmitCodeView = false; in ConstructJob() local5199 renderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, in ConstructJob()7105 bool *EmitCodeView) const { in AddClangCLArgs()7184 *EmitCodeView = true; in AddClangCLArgs()[all …]
237 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()297 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()342 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()1016 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()1539 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()1562 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()1836 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()2097 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()3539 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()3797 !CGM.getCodeGenOpts().EmitCodeView)) in getOrCreateFunctionType()[all …]
586 if (CodeGenOpts.EmitCodeView) { in Release()5252 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
344 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local345 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()351 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
362 CODEGENOPT(EmitCodeView, 1, 0)
2877 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;