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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.h89 bool *EmitCodeView) const;
H A DClang.cpp3622 bool EmitCodeView, ArgStringList &CmdArgs,
3705 EmitCodeView = true;
3710 if (!EmitCodeView && !EmitDwarf &&
3714 EmitCodeView = true;
3756 !EmitCodeView && DebuggerTuning != llvm::DebuggerKind::SCE))
3802 if (EmitCodeView) {
4755 bool EmitCodeView = false; local
4760 AddClangCLArgs(Args, InputType, CmdArgs, &DebugInfoKind, &EmitCodeView);
4763 RenderDebugOptions(TC, D, RawTriple, Args, EmitCodeView, CmdArgs,
6489 bool *EmitCodeView) cons
3620 RenderDebugOptions(const ToolChain &TC, const Driver &D, const llvm::Triple &T, const ArgList &Args, bool EmitCodeView, ArgStringList &CmdArgs, codegenoptions::DebugInfoKind &DebugInfoKind, DwarfFissionKind &DwarfFission) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp236 if (CGM.getCodeGenOpts().EmitCodeView) {
263 CGM.getCodeGenOpts().EmitCodeView;
333 if (CGM.getCodeGenOpts().EmitCodeView) {
372 if (!CGM.getCodeGenOpts().EmitCodeView &&
977 if (CGM.getCodeGenOpts().EmitCodeView)
1489 if (CGM.getCodeGenOpts().EmitCodeView &&
1512 } else if (CGM.getCodeGenOpts().EmitCodeView) {
1784 if (CGM.getCodeGenOpts().EmitCodeView) {
2039 if (!CGM.getCodeGenOpts().EmitCodeView)
2105 bool NeedVTableShape = CGM.getCodeGenOpts().EmitCodeView
[all...]
H A DCodeGenModule.cpp493 if (CodeGenOpts.EmitCodeView) {
4916 return !CodeGenOpts.EmitCodeView || CodeGenOpts.DebugColumnInfo;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp308 bool EmitCodeView = M.getCodeViewFlag(); local
309 if (EmitCodeView && TM.getTargetTriple().isOSWindows()) {
315 if (!EmitCodeView || M.getDwarfVersion()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp791 Opts.EmitCodeView = Args.hasArg(OPT_gcodeview);

Completed in 202 milliseconds