Searched refs:MapFile (Results 1 – 4 of 4) sorted by relevance
232 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument235 MemoryBuffer::getFile(MapFile); in parse()238 report_fatal_error("unable to read rewrite map '" + MapFile + "': " + in parse()242 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); in parse()247 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument250 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()537 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local538 parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
93 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors);96 bool parse(std::unique_ptr<MemoryBuffer> &MapFile, RewriteDescriptorList *DL);
268 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass() local269 MapParser.parse(MapFile, &DL); in addSymbolRewriterPass()
445 TEST_F(DiskSourceTreeTest, MapFile) { in TEST_F() argument