Searched refs:LLVMContextCreate (Results 1 – 8 of 8) sorted by relevance
423 context = lib.LLVMContextCreate()485 library.LLVMContextCreate.argtypes = []486 library.LLVMContextCreate.restype = c_object_p
341 gallivm_context = LLVMContextCreate(); in init_gallivm_state()
480 LLVMContextRef LLVMContextCreate(void);
1009 ctx->gallivm.context = LLVMContextCreate(); in radeon_llvm_context_init()
124 return LLVMContextCreate(); in llvm_create_context()
76 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function