Searched refs:FunctionTyID (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/
H A DType.h65 FunctionTyID, ///< 11: Functions enumerator in enum:llvm::Type::TypeID
192 bool isFunctionTy() const { return getTypeID() == FunctionTyID; }
231 return getTypeID() != FunctionTyID && getTypeID() != VoidTyID;
H A DDerivedTypes.h138 return T->getTypeID() == FunctionTyID;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp78 case Type::FunctionTyID:return 'M';
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp187 case Type::FunctionTyID: return "func_";
394 case Type::FunctionTyID: prefix = "FuncTy_"; break;
541 case Type::FunctionTyID: {
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp257 case Type::FunctionTyID: {
/external/llvm/lib/VMCore/
H A DType.cpp364 : Type(Result->getContext(), FunctionTyID) {
H A DAsmWriter.cpp210 case Type::FunctionTyID: {
H A DCore.cpp176 case Type::FunctionTyID:
/external/llvm/lib/Linker/
H A DLinkModules.cpp297 case Type::FunctionTyID:
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp286 case Type::FunctionTyID: {

Completed in 214 milliseconds