pub unsafe extern "C" fn LLVMGetPrefixData(
Fn: LLVMValueRef,
) -> LLVMValueRefExpand description
Gets the prefix data associated with a function.
Only valid on functions, and only if LLVMHasPrefixData returns true.
pub unsafe extern "C" fn LLVMGetPrefixData(
Fn: LLVMValueRef,
) -> LLVMValueRefGets the prefix data associated with a function.
Only valid on functions, and only if LLVMHasPrefixData returns true.