LLVMGetInlineAsmFunctionType

Function LLVMGetInlineAsmFunctionType 

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

Get the function type of the inline assembly snippet. The same type that was passed into LLVMGetInlineAsm originally

@see LLVMGetInlineAsm