Home
last modified time | relevance | path

Searched refs:LLVMFunctionTypeKind (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp91 case LLVMFunctionTypeKind: { in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h156 LLVMFunctionTypeKind, /**< Functions */ enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go235 FunctionTypeKind TypeKind = C.LLVMFunctionTypeKind
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp518 return LLVMFunctionTypeKind; in LLVMGetTypeKind()