Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DType.h72 FunctionTyID, ///< 12: Functions enumerator
215 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
245 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
H A DDerivedTypes.h143 return T->getTypeID() == FunctionTyID; in classof()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp328 case Type::FunctionTyID: in getSmallestAddressableSize()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp89 case Type::FunctionTyID:return 'M'; in getTypeID()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp279 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
H A DAsmWriter.cpp573 case Type::FunctionTyID: { in print()
H A DCore.cpp491 case Type::FunctionTyID: in LLVMGetTypeKind()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp448 case Type::FunctionTyID: { in cmpTypes()
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DIRMover.cpp313 case Type::FunctionTyID: in get()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp880 case Type::FunctionTyID: { in writeTypeTable()