Searched refs:instruction_set_str (Results 1 – 1 of 1) sorted by relevance
120 const char* const instruction_set_str = raw_option + strlen("--instruction-set="); in Parse() local121 instruction_set_ = GetInstructionSetFromString(instruction_set_str); in Parse()123 fprintf(stderr, "Unsupported instruction set %s\n", instruction_set_str); in Parse()