Home
last modified time | relevance | path

Searched refs:MapFile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp250 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument
253 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() argument
268 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()
539 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local
540 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h95 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors);
98 bool parse(std::unique_ptr<MemoryBuffer> &MapFile, RewriteDescriptorList *DL);
/freebsd/usr.bin/clang/lld/
H A DMakefile65 SRCS+= ELF/MapFile.cpp