Searched refs:MapFile (Results 1 – 4 of 4) sorted by relevance
233 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument236 MemoryBuffer::getFile(MapFile); in parse()239 report_fatal_error("unable to read rewrite map '" + MapFile + "': " + in parse()243 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); in parse()248 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument251 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()538 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local539 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);
255 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass() local256 MapParser.parse(MapFile, &DL); in addSymbolRewriterPass()
445 TEST_F(DiskSourceTreeTest, MapFile) { in TEST_F() argument