Searched refs:LLVMVoidTypeInContext (Results 1 – 5 of 5) sorted by relevance
72 return LLVMVoidTypeInContext(Ctx); in Clone()
1497 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
823 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) { in LLVMVoidTypeInContext() function837 return LLVMVoidTypeInContext(LLVMGetGlobalContext()); in LLVMVoidType()
608 return LLVMVoidTypeInContext(Context); in llvm_void_type()
694 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return }