ΒΆLLVMContextRef LLVMContextCreate()
LLVMContextRef LLVMContextCreate()
Description
Create a new context. Every call to this function should be paired with a call to LLVMContextDispose() or the context will leak memory.
Declared at: llvm/include/llvm-c/Core.h:496