OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMInt32TypeInContext
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm-c/
Core.h
645
LLVMTypeRef
LLVMInt32TypeInContext
(LLVMContextRef C);
[
all
...]
/external/llvm/lib/VMCore/
Core.cpp
192
LLVMTypeRef
LLVMInt32TypeInContext
(LLVMContextRef C) {
212
return
LLVMInt32TypeInContext
(LLVMGetGlobalContext());
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
202
return
LLVMInt32TypeInContext
(Context);
[
all
...]
Completed in 339 milliseconds