Function llvm_sys::core::LLVMGetPrefixData
source ยท pub unsafe extern "C" fn LLVMGetPrefixData(
Fn: LLVMValueRef,
) -> LLVMValueRef
Expand description
Gets the prefix data associated with a function.
Only valid on functions, and only if LLVMHasPrefixData returns true.