Searched refs:EmitCodeView (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.h86 bool *EmitCodeView) const;
H A DClang.cpp3577 bool EmitCodeView, bool IsWindowsMSVC,
3661 EmitCodeView = true;
3666 if (!EmitCodeView && !EmitDwarf &&
3670 EmitCodeView = true;
3712 /*Default=*/!EmitCodeView &&
3759 if (EmitCodeView) {
4633 bool EmitCodeView = false; local
4638 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView);
4641 RenderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, IsWindowsMSVC,
6304 bool *EmitCodeView) cons
3575 RenderDebugOptions(const ToolChain &TC, const Driver &D, const llvm::Triple &T, const ArgList &Args, bool EmitCodeView, bool IsWindowsMSVC, ArgStringList &CmdArgs, codegenoptions::DebugInfoKind &DebugInfoKind, DwarfFissionKind &DwarfFission) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp235 if (CGM.getCodeGenOpts().EmitCodeView)
256 CGM.getCodeGenOpts().EmitCodeView;
326 if (CGM.getCodeGenOpts().EmitCodeView) {
365 if (!CGM.getCodeGenOpts().EmitCodeView &&
923 if (CGM.getCodeGenOpts().EmitCodeView)
1425 if (CGM.getCodeGenOpts().EmitCodeView &&
1448 } else if (CGM.getCodeGenOpts().EmitCodeView) {
1715 if (CGM.getCodeGenOpts().EmitCodeView) {
1948 if (!CGM.getCodeGenOpts().EmitCodeView)
2014 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView
[all...]
H A DCodeGenModule.cpp486 if (CodeGenOpts.EmitCodeView) {
4861 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp315 bool EmitCodeView = MMI->getModule()->getCodeViewFlag(); local
316 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) {
322 if (!EmitCodeView || MMI->getModule()->getDwarfVersion()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp758 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview);

Completed in 221 milliseconds