Searched refs:dump_file (Results 1 – 3 of 3) sorted by relevance
334 bool ReadDump(const std::string &dump_file) override;
891 virtual bool ReadDump(const std::string &dump_file) = 0;
48 bool ProtobufTextFormatToIRReader::ReadDump(const std::string &dump_file) { in ReadDump() argument50 std::ifstream input(dump_file); in ReadDump()