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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld.h75 #define LLVMVoidType ILLEGAL_LLVM_FUNCTION macro
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp192 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1)); in buildFunctionThatUsesStackmap()
244 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
/external/llvm/include/llvm-c/
DCore.h1118 LLVMTypeRef LLVMVoidType(void);
/external/llvm/lib/IR/
DCore.cpp507 LLVMTypeRef LLVMVoidType(void) { in LLVMVoidType() function