Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c85 LLVMContextRef Ctx = LLVMContextCreate(); in main()
/openbsd-src/gnu/llvm/llvm/bindings/python/llvm/
H A Dcore.py434 context = lib.LLVMContextCreate()
487 library.LLVMContextCreate.argtypes = []
488 library.LLVMContextCreate.restype = c_object_p
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp1387 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h520 LLVMContextRef LLVMContextCreate(void);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c203 LLVMContextRef llvm_create_context(value Unit) { return LLVMContextCreate(); } in llvm_create_context()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp93 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function