Searched refs:print_graph_debug (Results 1 – 11 of 11) sorted by relevance
57 options_.print_graph_debug = settings->print_graph_debug(); in HexagonPlugin()
1286 bool print_graph_debug = false; member1307 bool print_graph_debug() const { in print_graph_debug() function1336 void add_print_graph_debug(bool print_graph_debug) { in add_print_graph_debug()1337 …lement<uint8_t>(HexagonSettings::VT_PRINT_GRAPH_DEBUG, static_cast<uint8_t>(print_graph_debug), 0); in add_print_graph_debug()1355 bool print_graph_debug = false) {1359 builder_.add_print_graph_debug(print_graph_debug);3489 (lhs.print_graph_debug == rhs.print_graph_debug);3509 { auto _e = print_graph_debug(); _o->print_graph_debug = _e; } in UnPackTo()3523 auto _print_graph_debug = _o->print_graph_debug; in CreateHexagonSettings()
231 /*print_graph_debug=*/settings.print_graph_debug()); in ConvertHexagonSettings()
241 proto_settings.set_print_graph_debug(settings.print_graph_debug()); in ConvertHexagonSettings()
329 EXPECT_FALSE(output_settings.print_graph_debug()); in TEST_F()
254 optional bool print_graph_debug = 4; field
44 bool print_graph_debug; member
233 if (params_.print_graph_debug) { in Prepare()
143 bool print_graph_debug;
1491 bool print_graph_debug() const; in Swap()6931 inline bool HexagonSettings::print_graph_debug() const { in print_graph_debug() function