Searched refs:tu_debug_options (Results 1 – 1 of 1) sorted by relevance
178 static const struct debug_control tu_debug_options[] = { variable194 assert(id < ARRAY_SIZE(tu_debug_options) - 1); in tu_get_debug_option_name()195 return tu_debug_options[id].string; in tu_get_debug_option_name()243 parse_debug_string(getenv("TU_DEBUG"), tu_debug_options); in tu_CreateInstance()