Searched refs:EmitCodeView (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Clang.h | 87 bool *EmitCodeView) const;
|
| H A D | Clang.cpp | 3105 bool EmitCodeView, bool IsWindowsMSVC, in RenderDebugOptions() argument 3196 EmitCodeView = true; in RenderDebugOptions() 3201 if (!EmitCodeView && DWARFVersion == 0 && in RenderDebugOptions() 3205 EmitCodeView = true; in RenderDebugOptions() 3229 /*Default=*/!EmitCodeView && in RenderDebugOptions() 3290 if (EmitCodeView) { in RenderDebugOptions() 4031 bool EmitCodeView = false; in ConstructJob() local 4039 RenderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, IsWindowsMSVC, in ConstructJob() 5580 bool *EmitCodeView) const { in AddClangCLArgs() 5654 *EmitCodeView = true; in AddClangCLArgs() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 234 if (CGM.getCodeGenOpts().EmitCodeView) in getPrintingPolicy() 256 CGM.getCodeGenOpts().EmitCodeView; in getFunctionName() 331 if (CGM.getCodeGenOpts().EmitCodeView) { in getClassName() 370 if (!CGM.getCodeGenOpts().EmitCodeView && in computeChecksum() 905 if (CGM.getCodeGenOpts().EmitCodeView) in needsTypeIdentifier() 1393 if (CGM.getCodeGenOpts().EmitCodeView && in CollectRecordFields() 1413 } else if (CGM.getCodeGenOpts().EmitCodeView) { in CollectRecordFields() 1649 if (CGM.getCodeGenOpts().EmitCodeView) { in CollectCXXBases() 1889 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView && in CollectVTableInfo()
|
| H A D | CodeGenModule.cpp | 457 if (CodeGenOpts.EmitCodeView) { in Release() 4396 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 301 bool EmitCodeView = MMI->getModule()->getCodeViewFlag(); in doInitialization() local 302 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) { in doInitialization() 308 if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) { in doInitialization()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.def | 305 CODEGENOPT(EmitCodeView, 1, 0)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 707 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview); in ParseCodeGenArgs()
|