Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DType.h72 FunctionTyID, ///< Functions enumerator
240 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
275 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
H A DDerivedTypes.h143 return T->getTypeID() == FunctionTyID; in classof()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp324 case Type::FunctionTyID: in getSmallestAddressableSize()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp97 case Type::FunctionTyID:return 'M'; in getTypeID()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DType.cpp345 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
H A DAsmWriter.cpp555 case Type::FunctionTyID: { in print()
H A DCore.cpp525 case Type::FunctionTyID: in LLVMGetTypeKind()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp484 case Type::FunctionTyID: { in cmpTypes()
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DIRMover.cpp317 case Type::FunctionTyID: in get()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1093 case Type::FunctionTyID: { in writeTypeTable()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1001 case Type::FunctionTyID: { in writeTypeTable()