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/
DOrcV2CBindingsAddObjectFile.c85 LLVMContextRef Ctx = LLVMContextCreate(); in main()
/openbsd/src/gnu/llvm/llvm/bindings/python/llvm/
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/
Decho.cpp1387 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h520 LLVMContextRef LLVMContextCreate(void);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c203 LLVMContextRef llvm_create_context(value Unit) { return LLVMContextCreate(); } in llvm_create_context()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp93 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function