Searched refs:MapFile (Results 1 – 3 of 3) sorted by relevance
250 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument253 MemoryBuffer::getFile(MapFile); in parse()256 report_fatal_error(Twine("unable to read rewrite map '") + MapFile + in parse()260 report_fatal_error(Twine("unable to parse rewrite map '") + MapFile + "'"); in parse()265 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument268 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()539 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local540 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
95 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors);98 bool parse(std::unique_ptr<MemoryBuffer> &MapFile, RewriteDescriptorList *DL);
65 SRCS+= ELF/MapFile.cpp