Searched defs:CanonicalDebugOptions (Results 1 – 1 of 1) sorted by relevance
49 struct CanonicalDebugOptions { struct50 explicit CanonicalDebugOptions(const DebugOptions& opts) in CanonicalDebugOptions() argument158 bool dumping_to_stdout() const { return dump_to == "-"; } in dumping_to_stdout()160 std::string dump_to;161 std::function<bool(string_view module_name)> should_dump_module;162 std::function<bool(string_view pass_name)> should_dump_pass;163 std::function<bool(string_view pipeline_name)> should_dump_pipeline;167 bool dump_as_text;168 bool dump_as_proto;169 bool dump_as_dot;[all …]