Searched refs:LLVMInt1TypeInContext (Results 1 – 4 of 4) sorted by relevance
805 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
298 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function318 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
252 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
478 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }