HomeSort by relevance Sort by last modified time
    Searched refs:LLVMContextCreate (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 341 gallivm_context = LLVMContextCreate();
  /external/llvm/bindings/python/llvm/
core.py 423 context = lib.LLVMContextCreate()
482 library.LLVMContextCreate.argtypes = []
483 library.LLVMContextCreate.restype = c_object_p
  /external/llvm/tools/llvm-c-test/
echo.cpp 932 LLVMContextRef Ctx = LLVMContextCreate();
  /external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h 308 LLVMContextRef LLVMContextCreate(void);
    [all...]
  /external/llvm/include/llvm-c/
Core.h 434 LLVMContextRef LLVMContextCreate(void);
469 * This should be called for every call to LLVMContextCreate() or memory
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 1009 ctx->gallivm.context = LLVMContextCreate();
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 166 return LLVMContextCreate();
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 100 return LLVMContextCreate();
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 351 func NewContext() Context { return Context{C.LLVMContextCreate()} }
    [all...]
  /external/llvm/lib/IR/
Core.cpp 79 LLVMContextRef LLVMContextCreate() {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 58 LLVMContextRef LLVMContextCreate() {
    [all...]

Completed in 673 milliseconds