Searched refs:thinLTOPrefixReplace (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | LTO.cpp | 59 std::string(path), std::string(ctx.config.thinLTOPrefixReplace.first), in getThinLTOOutputFile() 60 std::string(ctx.config.thinLTOPrefixReplace.second)); in getThinLTOOutputFile() 114 std::string(ctx.config.thinLTOPrefixReplace.first), in BitcodeCompiler() 115 std::string(ctx.config.thinLTOPrefixReplace.second), in BitcodeCompiler()
|
| D | Config.h | 220 std::pair<llvm::StringRef, llvm::StringRef> thinLTOPrefixReplace; member
|
| D | Driver.cpp | 1891 config->thinLTOPrefixReplace = in linkerMain()
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | LTO.cpp | 50 std::string(modulePath), std::string(config->thinLTOPrefixReplace.first), in getThinLTOOutputFile() 51 std::string(config->thinLTOPrefixReplace.second)); in getThinLTOOutputFile() 102 std::string(config->thinLTOPrefixReplace.first), in BitcodeCompiler() 103 std::string(config->thinLTOPrefixReplace.second), in BitcodeCompiler()
|
| D | Config.h | 172 std::pair<llvm::StringRef, llvm::StringRef> thinLTOPrefixReplace; member
|
| D | Driver.cpp | 1575 config->thinLTOPrefixReplace = in link()
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | LTO.cpp | 71 std::string(modulePath), std::string(config->thinLTOPrefixReplace.first), in getThinLTOOutputFile() 72 std::string(config->thinLTOPrefixReplace.second)); in getThinLTOOutputFile() 201 std::string(config->thinLTOPrefixReplace.first), in BitcodeCompiler() 202 std::string(config->thinLTOPrefixReplace.second), in BitcodeCompiler()
|
| D | Config.h | 173 std::pair<llvm::StringRef, llvm::StringRef> thinLTOPrefixReplace; member
|
| D | Driver.cpp | 1255 config->thinLTOPrefixReplace = in readConfigs()
|