Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h72 FunctionTyID, ///< Functions enumerator
214 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
249 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
H A DDerivedTypes.h143 return T->getTypeID() == FunctionTyID; in classof()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp324 case Type::FunctionTyID: in getSmallestAddressableSize()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp88 case Type::FunctionTyID:return 'M'; in getTypeID()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp343 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
H A DAsmWriter.cpp549 case Type::FunctionTyID: { in print()
H A DCore.cpp526 case Type::FunctionTyID: in LLVMGetTypeKind()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp475 case Type::FunctionTyID: { in cmpTypes()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp314 case Type::FunctionTyID: in get()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1103 case Type::FunctionTyID: { in writeTypeTable()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp974 case Type::FunctionTyID: { in writeTypeTable()