C type context
c_type_context
register_llvm_types(ctx: CTypeContext) -> None
Source code in xdsl/jit/llvm/c_type_context.py
6 7 8 | |
to_c_func_type(ctx: CTypeContext, func_type: LLVMFunctionType)
Build a C function signature from an LLVM function type.
Source code in xdsl/jit/llvm/c_type_context.py
11 12 13 14 15 | |