Searched refs:EmitCodeView (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | Clang.h | 95 bool *EmitCodeView) const;
|
H A D | Clang.cpp | 4101 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 D | CGDebugInfo.cpp | 242 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 D | CodeGenModule.cpp | 674 if (CodeGenOpts.EmitCodeView) { in Release() 5801 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 495 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 D | CodeGenOptions.def | 407 CODEGENOPT(EmitCodeView, 1, 0)
|
/openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
H A D | Options.td | 3246 MarshallingInfoFlag<CodeGenOpts<"EmitCodeView">>;
|