Searched refs:MapFile (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSymbolRewriter.h96 bool parse(const std::string &MapFile, RewriteDescriptorList *Descriptors);
99 bool parse(std::unique_ptr<MemoryBuffer> &MapFile, RewriteDescriptorList *DL);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp251 bool RewriteMapParser::parse(const std::string &MapFile, argument
254 MemoryBuffer::getFile(MapFile);
257 report_fatal_error("unable to read rewrite map '" + MapFile + "': " +
261 report_fatal_error("unable to parse rewrite map '" + MapFile + "'");
266 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, argument
269 yaml::Stream YS(MapFile->getBuffer(), SM);
571 for (const auto &MapFile : MapFiles)
572 Parser.parse(MapFile, &Descriptors);
/freebsd-11-stable/usr.bin/clang/lld/
H A DMakefile65 SRCS+= ELF/MapFile.cpp
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp368 for (const auto &MapFile : Opts.RewriteMapFiles)
369 MapParser.parse(MapFile, &DL);

Completed in 115 milliseconds