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.
pub unsafe extern "C" fn LLVMGetInlineAsmFunctionType(
InlineAsmVal: LLVMValueRef,
) -> LLVMTypeRef
Get the function type of the inline assembly snippet.
This is the same type that was passed into LLVMGetInlineAsm originally.