OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
546
* This is equivalent to calling
LLVMModuleCreateWithNameInContext
with
560
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
149
return
LLVMModuleCreateWithNameInContext
(String_val(ModuleID), C);
[
all
...]
/external/llvm/lib/IR/
Core.cpp
153
LLVMModuleRef
LLVMModuleCreateWithNameInContext
(const char *ModuleID,
[
all
...]
Completed in 46 milliseconds