pub unsafe extern "C" fn LLVMSetPrefixData(
Fn: LLVMValueRef,
prefixData: LLVMValueRef,
)Expand description
Sets the prefix data for the function. Only valid on functions. See https://llvm.org/docs/LangRef.html#prefix-data
pub unsafe extern "C" fn LLVMSetPrefixData(
Fn: LLVMValueRef,
prefixData: LLVMValueRef,
)Sets the prefix data for the function. Only valid on functions. See https://llvm.org/docs/LangRef.html#prefix-data