Searched defs:CanonicalDebugOptions (Results 1 – 1 of 1) sorted by relevance
35 struct CanonicalDebugOptions { struct36 explicit CanonicalDebugOptions(const DebugOptions& opts) in CanonicalDebugOptions() argument117 bool dumping_to_stdout() const { return dump_to == "-"; } in dumping_to_stdout()119 string dump_to;120 std::function<bool(string_view module_name)> should_dump_module;121 std::function<bool(string_view pass_name)> should_dump_pass;125 bool dump_as_text;126 bool dump_as_proto;127 bool dump_as_dot;128 bool dump_as_html;[all …]