Searched refs:LLVMInt1TypeInContext (Results 1 – 4 of 4) sorted by relevance
1148 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C);
568 LLVMTypeRef LLVMInt1TypeInContext(LLVMContextRef C) { in LLVMInt1TypeInContext() function591 return LLVMInt1TypeInContext(LLVMGetGlobalContext()); in LLVMInt1Type()
415 return LLVMInt1TypeInContext(Context); in llvm_i1_type()
545 func (c Context) Int1Type() (t Type) { t.C = C.LLVMInt1TypeInContext(c.C); return }