Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h71 FunctionTyID, ///< Functions enumerator
255 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
H A DDerivedTypes.h148 return T->getTypeID() == FunctionTyID; in classof()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp324 case Type::FunctionTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp254 case FunctionTyID: in isFirstClassType()
353 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
H A DAsmWriter.cpp640 case Type::FunctionTyID: { in print()
H A DCore.cpp608 case Type::FunctionTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp97 case Type::FunctionTyID:return 'M'; in getTypeID()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp271 case Type::FunctionTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp591 case Type::FunctionTyID: { in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp210 case Type::FunctionTyID: in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1081 case Type::FunctionTyID: { in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1179 case Type::FunctionTyID: { in writeTypeTable()