LLVMCreatePassManager

Function LLVMCreatePassManager 

Source
pub unsafe extern "C" fn LLVMCreatePassManager() -> LLVMPassManagerRef
Expand description

Constructs a new whole-module pass pipeline. This type of pipeline is suitable for link-time optimization and whole-module transformations. @see llvm::PassManager::PassManager