Searched refs:LLVMContextCreate (Results 1 – 5 of 5) sorted by relevance
423 context = lib.LLVMContextCreate()485 library.LLVMContextCreate.argtypes = []486 library.LLVMContextCreate.restype = c_object_p
481 LLVMContextRef LLVMContextCreate(void);
122 return LLVMContextCreate(); in llvm_create_context()
76 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
349 func NewContext() Context { return Context{C.LLVMContextCreate()} }