Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h169 } LLVMTypeKind; typedef
1119 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp72 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
/llvm-project-15.0.7/llvm/bindings/go/llvm/
H A Dir.go70 TypeKind C.LLVMTypeKind
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp502 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind()