pub unsafe extern "C" fn LLVMSetPrefixData(
Fn: LLVMValueRef,
prefixData: LLVMValueRef,
)
Expand description
Sets the prefix data for the function. Only valid on functions.
pub unsafe extern "C" fn LLVMSetPrefixData(
Fn: LLVMValueRef,
prefixData: LLVMValueRef,
)
Sets the prefix data for the function. Only valid on functions.