Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.h93 bool *EmitCodeView) const;
H A DClang.cpp4178 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() local
5479 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 …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp238 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 …]
H A DCodeGenModule.cpp674 if (CodeGenOpts.EmitCodeView) { in Release()
5637 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp506 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local
507 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()
513 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.def392 CODEGENOPT(EmitCodeView, 1, 0)
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3155 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;