pub unsafe extern "C" fn LLVMGetPrologueData(
Fn: LLVMValueRef,
) -> LLVMValueRef
Expand description
Gets the prologue data associated with a function.
Only valid on functions, and only if LLVMHasPrologueData returns true.
pub unsafe extern "C" fn LLVMGetPrologueData(
Fn: LLVMValueRef,
) -> LLVMValueRef
Gets the prologue data associated with a function.
Only valid on functions, and only if LLVMHasPrologueData returns true.