Function llvm_sys::core::LLVMGetPrologueData

source ยท
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.