Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def123 DEBUGOPT(EmitCodeView, 1, 0)
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp251 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 …]
H A DCodeGenModule.cpp1009 if (CodeGenOpts.EmitCodeView) { in Release()
6389 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp4517 bool EmitCodeView = false; in renderDebugOptions() local
4519 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() local
8571 EmitCodeView = checkDebugInfoOption(A, Args, D, getToolChain()); in ConstructJob()
8575 if (!EmitCodeView && !EmitDwarf && WantDebug) { in ConstructJob()
[all …]
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp540 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local
541 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) in doInitialization()
543 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4384 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;