Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.h109 std::string DebugPass; variable
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp416 if (!CodeGenOpts.DebugPass.empty()) { in CreateTargetMachine()
418 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str()); in CreateTargetMachine()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp432 Opts.DebugPass = Args.getLastArgValue(OPT_mdebug_pass); in ParseCodeGenArgs()