Searched refs:LLVMInt32TypeInContext (Results 1 – 4 of 4) sorted by relevance
1151 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
577 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C) { in LLVMInt32TypeInContext() function600 return LLVMInt32TypeInContext(LLVMGetGlobalContext()); in LLVMInt32Type()
430 return LLVMInt32TypeInContext(Context); in llvm_i32_type()
548 func (c Context) Int32Type() (t Type) { t.C = C.LLVMInt32TypeInContext(c.C); return }