Searched refs:MapFile (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 252 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 D | SymbolRewriter.h | 96 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 D | CMakeLists.txt | 10 MapFile.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lld/wasm/ |
| H A D | BUILD.gn | 25 "MapFile.cpp",
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | CMakeLists.txt | 17 MapFile.cpp
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | CMakeLists.txt | 23 MapFile.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lld/MachO/ |
| H A D | BUILD.gn | 40 "MapFile.cpp",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lld/COFF/ |
| H A D | BUILD.gn | 41 "MapFile.cpp",
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | CMakeLists.txt | 36 MapFile.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lld/ELF/ |
| H A D | BUILD.gn | 52 "MapFile.cpp",
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3492 lld/ELF/MapFile.h 3541 lld/MachO/MapFile.cpp 3542 lld/MachO/MapFile.h 3577 lld/wasm/MapFile.cpp 3578 lld/wasm/MapFile.h
|