Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp253 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument
256 MemoryBuffer::getFile(MapFile); in parse()
259 report_fatal_error("unable to read rewrite map '" + MapFile + "': " + in parse()
263 report_fatal_error("unable to parse rewrite map '" + MapFile + "'"); in parse()
268 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument
271 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()
573 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local
574 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
/freebsd-13.1/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-13.1/usr.bin/clang/lld/
H A DMakefile66 SRCS+= ELF/MapFile.cpp
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp429 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass() local
430 MapParser.parse(MapFile, &DL); in addSymbolRewriterPass()