Home
last modified time | relevance | path

Searched refs:LLVMInt16TypeInContext (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm-c/
DCore.h808 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp304 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function
324 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c262 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
/external/llvm/bindings/go/llvm/
Dir.go480 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }