Home
last modified time | relevance | path

Searched refs:LLVMVoidType (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h86 #define LLVMVoidType ILLEGAL_LLVM_FUNCTION macro
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp193 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1)); in buildFunctionThatUsesStackmap()
245 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h438 LLVMTypeRef LLVMVoidType(void);
/external/llvm/include/llvm-c/
DCore.h1174 LLVMTypeRef LLVMVoidType(void);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp386 LLVMTypeRef LLVMVoidType(void) { in LLVMVoidType() function
/external/llvm/lib/IR/
DCore.cpp605 LLVMTypeRef LLVMVoidType(void) { in LLVMVoidType() function
/external/llvm/bindings/go/llvm/
Dir.go626 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return }