Home
last modified time | relevance | path

Searched refs:createConfig (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DLTO.cpp34 static lto::Config createConfig() { in createConfig() function
58 ltoObj = std::make_unique<lto::LTO>(createConfig(), backend); in BitcodeCompiler()
/llvm-project-15.0.7/lld/COFF/
H A DLTO.cpp62 static lto::Config createConfig() { in createConfig() function
115 ltoObj = std::make_unique<lto::LTO>(createConfig(), backend, in BitcodeCompiler()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp75 static lto::Config createConfig() { in createConfig() function
208 ltoObj = std::make_unique<lto::LTO>(createConfig(), backend, in BitcodeCompiler()