Searched refs:dump_file (Results 1 – 5 of 5) sorted by relevance
45 bool ReadDump(const std::string &dump_file) override;
42 bool ProtobufIRReader::ReadDump(const std::string &dump_file) { in ReadDump() argument44 std::ifstream input(dump_file); in ReadDump()
119 bool ReadDump(const std::string &dump_file) override;
155 bool JsonIRReader::ReadDump(const std::string &dump_file) { in ReadDump() argument158 std::ifstream input(dump_file); in ReadDump()
57 virtual bool ReadDump(const std::string &dump_file) = 0;