Searched refs:LLVMContextCreate (Results 1 – 6 of 6) sorted by relevance
85 LLVMContextRef Ctx = LLVMContextCreate(); in main()
434 context = lib.LLVMContextCreate()487 library.LLVMContextCreate.argtypes = []488 library.LLVMContextCreate.restype = c_object_p
1387 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
520 LLVMContextRef LLVMContextCreate(void);
203 LLVMContextRef llvm_create_context(value Unit) { return LLVMContextCreate(); } in llvm_create_context()
93 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function