Home
last modified time | relevance | path

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

/external/llvm/bindings/python/llvm/
Dcore.py423 context = lib.LLVMContextCreate()
482 library.LLVMContextCreate.argtypes = []
483 library.LLVMContextCreate.restype = c_object_p
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c341 gallivm_context = LLVMContextCreate(); in init_gallivm_state()
/external/llvm/include/llvm-c/
DCore.h386 LLVMContextRef LLVMContextCreate(void);
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c1009 ctx->gallivm.context = LLVMContextCreate(); in radeon_llvm_context_init()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c122 return LLVMContextCreate(); in llvm_create_context()
/external/llvm/lib/IR/
DCore.cpp76 LLVMContextRef LLVMContextCreate() { in LLVMContextCreate() function
/external/llvm/bindings/go/llvm/
Dir.go351 func NewContext() Context { return Context{C.LLVMContextCreate()} }