Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp252 bool RewriteMapParser::parse(const std::string &MapFile, in parse() argument
255 MemoryBuffer::getFile(MapFile); in parse()
258 report_fatal_error(Twine("unable to read rewrite map '") + MapFile + in parse()
262 report_fatal_error(Twine("unable to parse rewrite map '") + MapFile + "'"); in parse()
267 bool RewriteMapParser::parse(std::unique_ptr<MemoryBuffer> &MapFile, in parse() argument
270 yaml::Stream YS(MapFile->getBuffer(), SM); in parse()
572 for (const auto &MapFile : MapFiles) in loadAndParseMapFiles() local
573 Parser.parse(MapFile, &Descriptors); in loadAndParseMapFiles()
/llvm-project-15.0.7/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);
/llvm-project-15.0.7/lld/wasm/
H A DCMakeLists.txt10 MapFile.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/wasm/
H A DBUILD.gn25 "MapFile.cpp",
/llvm-project-15.0.7/lld/COFF/
H A DCMakeLists.txt17 MapFile.cpp
/llvm-project-15.0.7/lld/MachO/
H A DCMakeLists.txt23 MapFile.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/MachO/
H A DBUILD.gn40 "MapFile.cpp",
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/COFF/
H A DBUILD.gn41 "MapFile.cpp",
/llvm-project-15.0.7/lld/ELF/
H A DCMakeLists.txt36 MapFile.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/ELF/
H A DBUILD.gn52 "MapFile.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3492 lld/ELF/MapFile.h
3541 lld/MachO/MapFile.cpp
3542 lld/MachO/MapFile.h
3577 lld/wasm/MapFile.cpp
3578 lld/wasm/MapFile.h