Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/docs/
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/
Decho.cpp72 LLVMTypeKind Kind = LLVMGetTypeKind(Src); in Clone()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1131 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c379 return Val_int(LLVMGetTypeKind(Ty)); in llvm_classify_type()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp501 LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty) { in LLVMGetTypeKind() function