Home
last modified time | relevance | path

Searched refs:EmitCodeView (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def108 DEBUGOPT(EmitCodeView, 1, 0, Affecting)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp389 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()
456 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
501 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
1293 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
1954 CGM.getCodeGenOpts().EmitCodeView ? "__this" : "this"; in CollectRecordLambdaFields()
2063 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
2086 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
2359 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
2696 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()
2763 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()
[all …]
H A DCodeGenModule.cpp1118 if (CodeGenOpts.EmitCodeView) { in Release()
6714 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4493 bool EmitCodeView = false; in renderDebugOptions() local
4495 EmitCodeView = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
4499 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()
4503 EmitCodeView = true; in renderDebugOptions()
4548 !(EmitCodeView && !getLastProfileSampleUseArg(Args)) && in renderDebugOptions()
4616 if (EmitCodeView) { in renderDebugOptions()
4791 if (EmitCodeView && Output.isFilename()) in renderDebugOptions()
8628 bool EmitCodeView = false; in ConstructJob() local
8630 EmitCodeView = checkDebugInfoOption(A, Args, D, getToolChain()); in ConstructJob()
8634 if (!EmitCodeView && !EmitDwarf && WantDebug) { in ConstructJob()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp567 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local
572 (TM.getTargetTriple().isUEFI() && EmitCodeView)) in doInitialization()
574 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4653 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;