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
169 } LLVMTypeKind; typedef1119 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
72 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
70 TypeKind C.LLVMTypeKind
502 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()