Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DType.h70 FunctionTyID, ///< 12: Functions enumerator
198 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
236 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
DDerivedTypes.h140 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.cpp192 case Type::FunctionTyID: return "func_"; in getTypePrefix()
404 case Type::FunctionTyID: prefix = "FuncTy_"; break; in getCppName()
567 case Type::FunctionTyID: { in printType()
/external/llvm/lib/IR/
DType.cpp337 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
DAsmWriter.cpp472 case Type::FunctionTyID: { in print()
DCore.cpp253 case Type::FunctionTyID: in LLVMGetTypeKind()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp1202 case Type::FunctionTyID: in getTypeSize()
/external/llvm/lib/Linker/
DIRMover.cpp298 case Type::FunctionTyID: in get()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp865 case Type::FunctionTyID: { in cmpTypes()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp434 case Type::FunctionTyID: { in WriteTypeTable()