rustc_codegen_llvm::llvm_::ffi

Function LLVMRustCreateThinLTOData

Source
pub unsafe extern "C" fn LLVMRustCreateThinLTOData(
    Modules: *const ThinLTOModule,
    NumModules: size_t,
    PreservedSymbols: *const *const c_char,
    PreservedSymbolsLen: size_t,
) -> Option<&'static mut ThinLTOData>