Searched refs:LLVMVoidTypeInContext (Results 1 – 5 of 5) sorted by relevance
75 return LLVMVoidTypeInContext(Ctx); in Clone()
1528 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
842 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) { in LLVMVoidTypeInContext() function856 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 }