OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMVoidType
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld.h
75
#define
LLVMVoidType
ILLEGAL_LLVM_FUNCTION
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp
193
LLVMFunctionType(
LLVMVoidType
(), stackmapParamTypes, 2, 1));
245
Module, "setGlobal", LLVMFunctionType(
LLVMVoidType
(), ParamTypes, 1, 0));
/external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h
438
LLVMTypeRef
LLVMVoidType
(void);
[
all
...]
/external/llvm/include/llvm-c/
Core.h
[
all
...]
/external/llvm/bindings/go/llvm/
ir.go
626
func VoidType() (t Type) { t.C = C.
LLVMVoidType
(); return }
[
all
...]
/external/llvm/lib/IR/
Core.cpp
605
LLVMTypeRef
LLVMVoidType
(void) {
[
all
...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp
386
LLVMTypeRef
LLVMVoidType
(void) {
[
all
...]
Completed in 261 milliseconds