Home
last modified time | relevance | path

Searched refs:LLVMContextCreate (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Passes/
H A DPassBuilderBindingsTest.cpp36 Context = LLVMContextCreate(); in SetUp()
/llvm-project-15.0.7/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c82 LLVMContextRef Ctx = LLVMContextCreate(); in main()
/llvm-project-15.0.7/llvm/bindings/python/llvm/
H A Dcore.py434 context = lib.LLVMContextCreate()
496 library.LLVMContextCreate.argtypes = []
497 library.LLVMContextCreate.restype = c_object_p
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp1385 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h508 LLVMContextRef LLVMContextCreate(void);
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c203 LLVMContextRef llvm_create_context(value Unit) { return LLVMContextCreate(); } in llvm_create_context()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go359 func NewContext() Context { return Context{C.LLVMContextCreate()} }
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp82 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function