Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/COFF/
DLTO.cpp59 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()
DConfig.h220 std::pair<llvm::StringRef, llvm::StringRef> thinLTOPrefixReplace; member
DDriver.cpp1891 config->thinLTOPrefixReplace = in linkerMain()
/openbsd/src/gnu/llvm/lld/MachO/
DLTO.cpp50 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()
DConfig.h172 std::pair<llvm::StringRef, llvm::StringRef> thinLTOPrefixReplace; member
DDriver.cpp1575 config->thinLTOPrefixReplace = in link()
/openbsd/src/gnu/llvm/lld/ELF/
DLTO.cpp71 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()
DConfig.h173 std::pair<llvm::StringRef, llvm::StringRef> thinLTOPrefixReplace; member
DDriver.cpp1255 config->thinLTOPrefixReplace = in readConfigs()