Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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);
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/wasm/
H A DBUILD.gn25 "MapFile.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/MachO/
H A DBUILD.gn37 "MapFile.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/COFF/
H A DBUILD.gn40 "MapFile.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn52 "MapFile.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp420 for (const auto &MapFile : Opts.RewriteMapFiles) in addSymbolRewriterPass() local
421 MapParser.parse(MapFile, &DL); in addSymbolRewriterPass()