Home
last modified time | relevance | path

Searched refs:mapFile (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DMapFile.cpp95 if (config->mapFile.empty()) in writeMapFile()
102 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile()
104 error("cannot open " + config->mapFile + ": " + ec.message()); in writeMapFile()
H A DConfig.h140 llvm::StringRef mapFile; member
H A DDriver.cpp1183 config->mapFile = args.getLastArgValue(OPT_map); in link()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp143 if (config->mapFile.empty()) in writeMapFile()
150 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile()
152 error("cannot open " + config->mapFile + ": " + ec.message()); in writeMapFile()
H A DConfig.h117 llvm::StringRef mapFile; member
H A DDriver.cpp1092 config->mapFile = args.getLastArgValue(OPT_Map); in readConfigs()
1328 config->mapFile = "-"; in readConfigs()
2188 if (auto e = tryCreateFile(config->mapFile)) in link()
2189 error("cannot open map file " + config->mapFile + ": " + e.message()); in link()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp205 if (config->mapFile.empty()) in writeMapFile()
209 raw_fd_ostream os(config->mapFile, ec, sys::fs::OF_None); in writeMapFile()
211 fatal("cannot open " + config->mapFile + ": " + ec.message()); in writeMapFile()
H A DConfig.h206 std::string mapFile; member
H A DDriver.cpp1787 config->mapFile = getMapFile(args, OPT_map, OPT_map_file); in linkerMain()
1789 if (config->lldmapFile != "" && config->lldmapFile == config->mapFile) { in linkerMain()
1790 warn("/lldmap and /map have the same output file '" + config->mapFile + in linkerMain()