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