LLVMGetGC

Function LLVMGetGC 

Source
pub unsafe extern "C" fn LLVMGetGC(Fn: LLVMValueRef) -> *const c_char
Expand description

Obtain the name of the garbage collector to use during code generation.

@see llvm::Function::getGC()