Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h142 std::string DebugPass; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp710 if (!CodeGenOpts.DebugPass.empty()) { in setCommandLineOpts()
712 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str()); in setCommandLineOpts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp813 Opts.DebugPass = Args.getLastArgValue(OPT_mdebug_pass); in ParseCodeGenArgs()