Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/docs/
H A 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/
H A DCore.h170 } LLVMTypeKind; typedef
1131 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp72 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp501 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()