Lines Matching refs:out_file
605 const char** out_file,
612 // |optimizer|, |in_file|, |out_file|, |validator_options|, and
618 const char** out_file,
645 out_file, validator_options, optimizer_options);
695 // The name of the output file in |out_file|. The return value indicates whether
700 const char** out_file,
715 if (!*out_file && argi + 1 < argc) {
716 *out_file = argv[++argi];
732 ParseOconfigFlag(argv[0], cur_arg, optimizer, in_file, out_file,
826 const char* out_file = nullptr;
835 OptStatus status = ParseFlags(argc, argv, &optimizer, &in_file, &out_file,
843 if (out_file == nullptr) {
858 if (!WriteFile<uint32_t>(out_file, "wb", binary.data(), binary.size())) {