LLVMGetPrologueData

Function 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. See https://llvm.org/docs/LangRef.html#prologue-data