Searched refs:MapFile (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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);
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | CMakeLists.txt | 10 MapFile.cpp
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | CMakeLists.txt | 17 MapFile.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/wasm/ |
| H A D | BUILD.gn | 26 "MapFile.cpp",
|
| /openbsd-src/gnu/llvm/lld/MachO/ |
| H A D | CMakeLists.txt | 23 MapFile.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/COFF/ |
| H A D | BUILD.gn | 42 "MapFile.cpp",
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/MachO/ |
| H A D | BUILD.gn | 41 "MapFile.cpp",
|
| /openbsd-src/gnu/usr.bin/clang/liblldELF/ |
| H A D | Makefile | 41 MapFile.cpp \
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | CMakeLists.txt | 48 MapFile.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/ELF/ |
| H A D | BUILD.gn | 53 "MapFile.cpp",
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3488 lld/ELF/MapFile.h 3537 lld/MachO/MapFile.cpp 3538 lld/MachO/MapFile.h 3573 lld/wasm/MapFile.cpp 3574 lld/wasm/MapFile.h
|