Searched refs:MapFile (Results 1 – 3 of 3) sorted by relevance
230 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument233 MemoryBuffer::getFile(MapFile); in parse()236 report_fatal_error("unable to read rewrite map '" + MapFile + "': " + in parse()240 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); in parse()245 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument248 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()537 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local538 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);
243 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass() local244 MapParser.parse(MapFile, &DL); in addSymbolRewriterPass()