Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py434 context = lib.LLVMContextCreate()
496 library.LLVMContextCreate.argtypes = []
497 library.LLVMContextCreate.restype = c_object_p
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/
H A DOrcV2CBindingsAddObjectFile.c82 LLVMContextRef Ctx = LLVMContextCreate(); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp1379 LLVMContextRef Ctx = LLVMContextCreate(); in llvm_echo()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h500 LLVMContextRef LLVMContextCreate(void);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c203 LLVMContextRef llvm_create_context(value Unit) { return LLVMContextCreate(); } in llvm_create_context()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go359 func NewContext() Context { return Context{C.LLVMContextCreate()} }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp77 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function