Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h72 FunctionTyID, ///< Functions enumerator
246 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
282 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
H A DDerivedTypes.h146 return T->getTypeID() == FunctionTyID; in classof()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp324 case Type::FunctionTyID: in getSmallestAddressableSize()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp97 case Type::FunctionTyID:return 'M'; in getTypeID()
/src/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp310 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
H A DAsmWriter.cpp584 case Type::FunctionTyID: { in print()
H A DCore.cpp602 case Type::FunctionTyID: in LLVMGetTypeKind()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp577 case Type::FunctionTyID: { in cmpTypes()
/src/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp318 case Type::FunctionTyID: in get()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1081 case Type::FunctionTyID: { in writeTypeTable()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1110 case Type::FunctionTyID: { in writeTypeTable()