Searched refs:DebugPass (Results 1 – 9 of 9) sorted by relevance
58 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst) { in DebugPass() function
187 spv_result_t DebugPass(ValidationState_t& _, const Instruction* inst);
353 if (auto error = DebugPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState()
410 if (auto error = DebugPass(*vstate, &instruction)) return error; in ValidateBinaryUsingContextAndValidationState()
108 std::string DebugPass; variable
510 if (!CodeGenOpts.DebugPass.empty()) { in setCommandLineOpts()512 BackendArgs.push_back(CodeGenOpts.DebugPass.c_str()); in setCommandLineOpts()
551 Opts.DebugPass = Args.getLastArgValue(OPT_mdebug_pass); in ParseCodeGenArgs()