pub unsafe extern "C" fn LLVMGetInlineAsmFunctionType(
InlineAsmVal: LLVMValueRef,
) -> LLVMTypeRefExpand description
Get the function type of the inline assembly snippet.
This is the same type that was passed into LLVMGetInlineAsm originally.
pub unsafe extern "C" fn LLVMGetInlineAsmFunctionType(
InlineAsmVal: LLVMValueRef,
) -> LLVMTypeRefGet the function type of the inline assembly snippet.
This is the same type that was passed into LLVMGetInlineAsm originally.