Searched refs:text_format (Results 1 – 6 of 6) sorted by relevance
31 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDiffDumper() argument32 switch (text_format) { in CreateIRDiffDumper()
35 TextFormatIR text_format, const std::set<std::string> *exported_headers) { in CreateIRReader() argument36 switch (text_format) { in CreateIRReader()
33 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDumper() argument34 switch (text_format) { in CreateIRDumper()
34 TextFormatIR text_format, const std::string &dump_path);
32 TextFormatIR text_format,
42 std::string root_dir, repr::TextFormatIR text_format, in HeaderCheckerOptions() argument47 root_dir_(std::move(root_dir)), text_format_(text_format), in HeaderCheckerOptions()