Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h72 FunctionTyID, ///< Functions enumerator
219 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
254 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
H A DDerivedTypes.h142 return T->getTypeID() == FunctionTyID; in classof()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp325 case Type::FunctionTyID: in getSmallestAddressableSize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp88 case Type::FunctionTyID:return 'M'; in getTypeID()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp309 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
H A DAsmWriter.cpp553 case Type::FunctionTyID: { in print()
H A DCore.cpp517 case Type::FunctionTyID: in LLVMGetTypeKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp467 case Type::FunctionTyID: { in cmpTypes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp308 case Type::FunctionTyID: in get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp960 case Type::FunctionTyID: { in writeTypeTable()