Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DClang.h87 bool *EmitCodeView) const;
H A DClang.cpp3105 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 DCGDebugInfo.cpp234 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 DCodeGenModule.cpp457 if (CodeGenOpts.EmitCodeView) { in Release()
4396 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo; in getExpressionLocationsEnabled()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp301 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 DCodeGenOptions.def305 CODEGENOPT(EmitCodeView, 1, 0)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp707 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview); in ParseCodeGenArgs()