Searched refs:DebugPass (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h148 std::string DebugPass; member in class:clang::CodeGenOptions
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp738 if (!CodeGenOpts.DebugPass.empty()) {
740 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str());
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp864 Opts.DebugPass = Args.getLastArgValue(OPT_mdebug_pass);

Completed in 116 milliseconds