Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h75 #define LLVMVoidType ILLEGAL_LLVM_FUNCTION macro
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp190 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1)); in buildFunctionThatUsesStackmap()
242 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
/external/llvm/include/llvm-c/
DCore.h1124 LLVMTypeRef LLVMVoidType(void);
/external/llvm/lib/IR/
DCore.cpp509 LLVMTypeRef LLVMVoidType(void) { in LLVMVoidType() function
/external/llvm/bindings/go/llvm/
Dir.go624 func VoidType() (t Type) { t.C = C.LLVMVoidType(); return }