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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.c 341 gallivm_context = LLVMContextCreate();
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 341 gallivm_context = LLVMContextCreate();
  /external/llvm/include/llvm-c/
Core.h 437 LLVMContextRef LLVMContextCreate(void);
447 * This should be called for every call to LLVMContextCreate() or memory
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 1009 ctx->gallivm.context = LLVMContextCreate();
    [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 99 return LLVMContextCreate();
    [all...]
  /external/llvm/lib/IR/
Core.cpp 72 LLVMContextRef LLVMContextCreate() {
    [all...]

Completed in 956 milliseconds