Searched refs:LLVMContextCreate (Results 1 – 7 of 7) sorted by relevance
423 context = lib.LLVMContextCreate()482 library.LLVMContextCreate.argtypes = []483 library.LLVMContextCreate.restype = c_object_p
341 gallivm_context = LLVMContextCreate(); in init_gallivm_state()
386 LLVMContextRef LLVMContextCreate(void);
1009 ctx->gallivm.context = LLVMContextCreate(); in radeon_llvm_context_init()
122 return LLVMContextCreate(); in llvm_create_context()
76 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
351 func NewContext() Context { return Context{C.LLVMContextCreate()} }