Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.h95 bool *EmitCodeView) const;
H A DClang.cpp4101 bool EmitCodeView, bool IRInput, in renderDebugOptions() argument
4180 EmitCodeView = checkDebugInfoOption(A, Args, D, TC); in renderDebugOptions()
4184 if (!EmitCodeView && !EmitDwarf && in renderDebugOptions()
4188 EmitCodeView = true; in renderDebugOptions()
4233 !EmitCodeView && in renderDebugOptions()
4297 if (EmitCodeView) { in renderDebugOptions()
5556 bool EmitCodeView = false; in ConstructJob() local
5561 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView); in ConstructJob()
5564 renderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, in ConstructJob()
7399 if (EmitCodeView && Output.isFilename()) in ConstructJob()
[all …]
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp242 if (CGM.getCodeGenOpts().EmitCodeView) { in getPrintingPolicy()
308 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName()
353 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum()
1059 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier()
1645 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields()
1668 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields()
1950 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases()
2234 if (!CGM.getCodeGenOpts().EmitCodeView || in getDynamicInitializerName()
2301 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()
3716 CGM.getCodeGenOpts().EmitCodeView)) { in collectFunctionDeclProps()
[all …]
H A DCodeGenModule.cpp674 if (CodeGenOpts.EmitCodeView) { in Release()
5801 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp495 bool EmitCodeView = M.getCodeViewFlag(); in doInitialization() local
496 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization()
502 if (!EmitCodeView || M.getDwarfVersion()) { in doInitialization()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.def407 CODEGENOPT(EmitCodeView, 1, 0)
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3246 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;