Searched refs:CreateJsonIRDumper (Results 1 – 3 of 3) sorted by relevance
31 std::unique_ptr<IRDumper> CreateJsonIRDumper(const std::string &dump_path);
431 std::unique_ptr<IRDumper> CreateJsonIRDumper(const std::string &dump_path) { in CreateJsonIRDumper() function
38 return CreateJsonIRDumper(dump_path); in CreateIRDumper()