Searched refs:thinLTOPrefixReplaceOld (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | LTO.cpp | 37 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in openFile() 93 std::string(config->thinLTOPrefixReplaceOld),
|
H A D | Config.h | 176 llvm::StringRef thinLTOPrefixReplaceOld; member
|
H A D | Driver.cpp | 1688 std::tie(config->thinLTOPrefixReplaceOld, config->thinLTOPrefixReplaceNew, in link()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | LTO.cpp | 47 return lto::getThinLTOOutputFile(path, ctx.config.thinLTOPrefixReplaceOld, in getThinLTOOutputFile() 121 std::string(ctx.config.thinLTOPrefixReplaceOld), in BitcodeCompiler()
|
H A D | Config.h | 247 llvm::StringRef thinLTOPrefixReplaceOld; member
|
H A D | Driver.cpp | 2015 std::tie(config->thinLTOPrefixReplaceOld, config->thinLTOPrefixReplaceNew, in linkerMain()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | LTO.cpp | 47 return lto::getThinLTOOutputFile(modulePath, config->thinLTOPrefixReplaceOld, in getThinLTOOutputFile() 180 std::string(config->thinLTOPrefixReplaceOld), in BitcodeCompiler()
|
H A D | Config.h | 198 llvm::StringRef thinLTOPrefixReplaceOld; member
|
H A D | Driver.cpp | 1438 std::tie(config->thinLTOPrefixReplaceOld, config->thinLTOPrefixReplaceNew, in readConfigs()
|