Searched refs:DebugPass (Results 1 – 3 of 3) sorted by relevance
122 std::string DebugPass; variable
464 if (!CodeGenOpts.DebugPass.empty()) { in CreateTargetMachine()466 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str()); in CreateTargetMachine()
465 Opts.DebugPass = Args.getLastArgValue(OPT_mdebug_pass); in ParseCodeGenArgs()