LLVMSetGC

Function LLVMSetGC 

Source
pub unsafe extern "C" fn LLVMSetGC(
    Fn: LLVMValueRef,
    Name: *const c_char,
)
Expand description

Define the garbage collector to use during code generation.

@see llvm::Function::setGC()