LLVMGetTypeContext

Function LLVMGetTypeContext 

Source
pub unsafe extern "C" fn LLVMGetTypeContext(
    Ty: LLVMTypeRef,
) -> LLVMContextRef
Expand description

Obtain the context to which this type instance is associated.

@see llvm::Type::getContext()