Home
last modified time | relevance | path

Searched refs:FunctionTyID (Results 1 – 10 of 10) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h73 FunctionTyID, ///< Functions enumerator
220 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
252 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
H A DDerivedTypes.h142 return T->getTypeID() == FunctionTyID; in classof()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp325 case Type::FunctionTyID: in getSmallestAddressableSize()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp88 case Type::FunctionTyID:return 'M'; in getTypeID()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp303 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
H A DAsmWriter.cpp619 case Type::FunctionTyID: { in print()
H A DCore.cpp517 case Type::FunctionTyID: in LLVMGetTypeKind()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp467 case Type::FunctionTyID: { in cmpTypes()
/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp307 case Type::FunctionTyID: in get()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp956 case Type::FunctionTyID: { in writeTypeTable()