pub unsafe extern "C" fn LLVMGetTargetExtTypeIntParam(
TargetExtTy: LLVMTypeRef,
Idx: c_uint,
) -> c_uint
Expand description
Get the int parameter at the given index for the target extension type.
pub unsafe extern "C" fn LLVMGetTargetExtTypeIntParam(
TargetExtTy: LLVMTypeRef,
Idx: c_uint,
) -> c_uint
Get the int parameter at the given index for the target extension type.