Searched refs:LLVMInt16TypeInContext (Results 1 – 4 of 4) sorted by relevance
1150 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C);
574 LLVMTypeRef LLVMInt16TypeInContext(LLVMContextRef C) { in LLVMInt16TypeInContext() function597 return LLVMInt16TypeInContext(LLVMGetGlobalContext()); in LLVMInt16Type()
425 return LLVMInt16TypeInContext(Context); in llvm_i16_type()
547 func (c Context) Int16Type() (t Type) { t.C = C.LLVMInt16TypeInContext(c.C); return }