Searched refs:LLVMContextCreate (Results 1 – 24 of 24) sorted by relevance
98 context = LLVMContextCreate(); in test_printf()
152 context = LLVMContextCreate(); in test_format_float()253 context = LLVMContextCreate(); in test_format_unorm8()
215 llvmpipe->context = LLVMContextCreate(); in llvmpipe_create_context()
419 context = LLVMContextCreate(); in test_unary()
223 context = LLVMContextCreate(); in test_one()
454 context = LLVMContextCreate(); in test_one()
82 LLVMContextRef Ctx = LLVMContextCreate(); in main()
423 context = lib.LLVMContextCreate()482 library.LLVMContextCreate.argtypes = []483 library.LLVMContextCreate.restype = c_object_p
434 context = lib.LLVMContextCreate()496 library.LLVMContextCreate.argtypes = []497 library.LLVMContextCreate.restype = c_object_p
932 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
1375 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
434 LLVMContextRef LLVMContextCreate(void);
499 LLVMContextRef LLVMContextCreate(void);
496 LLVMContextRef LLVMContextCreate(void);
100 fContext = LLVMContextCreate(); in JIT()
167 return LLVMContextCreate(); in llvm_create_context()
166 return LLVMContextCreate(); in llvm_create_context()
79 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
351 func NewContext() Context { return Context{C.LLVMContextCreate()} }
359 func NewContext() Context { return Context{C.LLVMContextCreate()} }
786 llvm->context = LLVMContextCreate(); in draw_llvm_create()
78 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
63 ctx->context = LLVMContextCreate(); in ac_llvm_context_init()