Home
last modified time | relevance | path

Searched refs:LLVMTypeKind (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/docs/
DExtendingLLVM.rst255 add enum ``LLVMTypeKind`` and modify
256 ``LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)`` for the new type
296 add enum ``LLVMTypeKind`` and modify
297 `LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)` for the new type
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h170 } LLVMTypeKind; typedef
1131 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp72 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp501 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()