Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DType.h67 FunctionTyID, ///< 11: Functions enumerator
206 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
250 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
DDerivedTypes.h137 return T->getTypeID() == FunctionTyID; in classof()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp78 case Type::FunctionTyID:return 'M'; in getTypeID()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp187 case Type::FunctionTyID: return "func_"; in getTypePrefix()
394 case Type::FunctionTyID: prefix = "FuncTy_"; break; in getCppName()
553 case Type::FunctionTyID: { in printType()
/external/llvm/lib/IR/
DType.cpp343 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
DAsmWriter.cpp229 case Type::FunctionTyID: { in print()
DCore.cpp183 case Type::FunctionTyID: in LLVMGetTypeKind()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp257 case Type::FunctionTyID: { in isEquivalentType()
/external/llvm/lib/Target/R600/
DAMDILPeepholeOptimizer.cpp1142 case Type::FunctionTyID: in getTypeSize()
/external/llvm/lib/Linker/
DLinkModules.cpp297 case Type::FunctionTyID: in getImpl()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp328 case Type::FunctionTyID: { in WriteTypeTable()