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, ///< 11: Functions enumerator
205 bool isFunctionTy() const { return getTypeID() == FunctionTyID; } in isFunctionTy()
243 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID; in isFirstClassType()
DDerivedTypes.h140 return T->getTypeID() == FunctionTyID; in classof()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp79 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()
565 case Type::FunctionTyID: { in printType()
/external/llvm/lib/IR/
DType.cpp341 : Type(Result->getContext(), FunctionTyID) { in FunctionType()
DAsmWriter.cpp457 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/Transforms/IPO/
DMergeFunctions.cpp670 case Type::FunctionTyID: { in cmpTypes()
/external/llvm/lib/Linker/
DLinkModules.cpp324 case Type::FunctionTyID: in get()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp417 case Type::FunctionTyID: { in WriteTypeTable()