llvm_sys::core

Function LLVMGetInlineAsmFunctionType

Source
pub unsafe extern "C" fn LLVMGetInlineAsmFunctionType(
    InlineAsmVal: LLVMValueRef,
) -> LLVMTypeRef
Expand description

Get the function type of the inline assembly snippet.

This is the same type that was passed into LLVMGetInlineAsm originally.