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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.c 347 gallivm->module = LLVMModuleCreateWithNameInContext("gallivm",
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 347 gallivm->module = LLVMModuleCreateWithNameInContext("gallivm",
  /external/llvm/include/llvm-c/
Core.h 473 * This is equivalent to calling LLVMModuleCreateWithNameInContext with
487 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 1010 ctx->gallivm.module = LLVMModuleCreateWithNameInContext("tgsi",
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 1010 ctx->gallivm.module = LLVMModuleCreateWithNameInContext("tgsi",
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 124 return LLVMModuleCreateWithNameInContext(String_val(ModuleID), C);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 100 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
    [all...]

Completed in 264 milliseconds