Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/docs/
H A DExtendingLLVM.rst256 ``LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)`` for the new type
297 `LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty)` for the new type
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp72 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h1131 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c379 return Val_int(LLVMGetTypeKind(Ty)); in llvm_classify_type()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp501 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind() function