Searched refs:LLVMVoidType (Results 1 – 5 of 5) sorted by relevance
75 #define LLVMVoidType ILLEGAL_LLVM_FUNCTION macro
190 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1)); in buildFunctionThatUsesStackmap()242 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
1124 LLVMTypeRef LLVMVoidType(void);
509 LLVMTypeRef LLVMVoidType(void) { in LLVMVoidType() function
624 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return }