Searched refs:LLVMTypeKind (Results 1 – 5 of 5) sorted by relevance
255 add enum ``LLVMTypeKind`` and modify256 ``LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)`` for the new type296 add enum ``LLVMTypeKind`` and modify297 `LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)` for the new type
167 } LLVMTypeKind; typedef1104 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
69 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
70 TypeKind C.LLVMTypeKind
493 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()