Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DLTO.cpp36 config->thinLTOPrefixReplaceNew); in getThinLTOOutputFile()
94 std::string(config->thinLTOPrefixReplaceNew), in BitcodeCompiler()
H A DConfig.h181 llvm::StringRef thinLTOPrefixReplaceNew; member
H A DDriver.cpp1762 std::tie(config->thinLTOPrefixReplaceOld, config->thinLTOPrefixReplaceNew, in link()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp42 ctx.config.thinLTOPrefixReplaceNew); in getThinLTOOutputFile()
127 std::string(ctx.config.thinLTOPrefixReplaceNew), in BitcodeCompiler()
H A DConfig.h255 llvm::StringRef thinLTOPrefixReplaceNew; member
H A DDriver.cpp2126 std::tie(config->thinLTOPrefixReplaceOld, config->thinLTOPrefixReplaceNew, in linkerMain()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp42 ctx.arg.thinLTOPrefixReplaceNew); in getThinLTOOutputFile()
180 std::string(ctx.arg.thinLTOPrefixReplaceNew), in BitcodeCompiler()
H A DConfig.h268 llvm::StringRef thinLTOPrefixReplaceNew; member
H A DDriver.cpp1570 std::tie(ctx.arg.thinLTOPrefixReplaceOld, ctx.arg.thinLTOPrefixReplaceNew, in readConfigs()