Lines Matching defs:flag
281 this flag and must be a positive integer value.)");
296 Fully unrolls loops marked with the Unroll flag)");
299 Partially unrolls loops marked with the Unroll flag. Takes an
346 code. For this version of the optimizer, this flag is equivalent
354 version of the optimizer, this flag is equivalent to specifying
504 Set the target environment. Without this flag the target
568 spvtools::Errorf(opt_diagnostic, nullptr, {}, "Invalid -Oconfig flag %s",
594 std::string flag;
595 iss >> flag;
596 file_flags->push_back(flag);
609 // Parses and handles the -Oconfig flag. |prog_name| contains the name of
611 // invocation to ParseFlags). |opt_flag| contains the -Oconfig=FILENAME flag.
650 // Canonicalize the flag in |argv[argi]| of the form '--pass arg' into
656 // that additional arguments should be given as a single string. If the flag
674 // passes that need extra arguments in its command-line flag, please make them