Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DLTO.cpp42 static std::unique_ptr<lto::LTO> createLTO() { in createLTO() function
73 BitcodeCompiler::BitcodeCompiler() : ltoObj(createLTO()) {} in BitcodeCompiler()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp878 static std::unique_ptr<LTO> createLTO(IndexWriteCallback OnIndexWrite, in createLTO() function
1048 std::unique_ptr<LTO> Lto = createLTO( in runLTO()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp802 std::unique_ptr<lto::LTO> createLTO( in createLTO() function
937 ? createLTO(Args, Features, OutputBitcode) in linkBitcodeFiles()
938 : createLTO(Args, Features); in linkBitcodeFiles()