Searched refs:MapFile (Results 1 – 3 of 3) sorted by relevance
251 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument254 MemoryBuffer::getFile(MapFile); in parse()257 report_fatal_error("unable to read rewrite map '" + MapFile + "': " + in parse()261 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); in parse()266 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument269 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()571 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local572 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
96 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors);99 bool parse(std::unique_ptr<MemoryBuffer> &MapFile, RewriteDescriptorList *DL);
375 TEST_F(DiskSourceTreeTest, MapFile) { in TEST_F() argument