HomeSort by relevance Sort by last modified time
    Searched refs:LLVMContextCreate (Results 1 - 6 of 6) 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()
485 library.LLVMContextCreate.argtypes = []
486 library.LLVMContextCreate.restype = c_object_p
  /external/llvm/include/llvm-c/
Core.h 482 LLVMContextRef LLVMContextCreate(void);
507 * 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 122 return LLVMContextCreate();
    [all...]
  /external/llvm/lib/IR/
Core.cpp 76 LLVMContextRef LLVMContextCreate() {
    [all...]

Completed in 130 milliseconds