Home
last modified time | relevance | path

Searched refs:TokenTyID (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
DType.h65 TokenTyID, ///< 10: Tokens enumerator
182 bool isTokenTy() const { return getTypeID() == TokenTyID; } in isTokenTy()
/external/llvm/lib/IR/
DLLVMContextImpl.cpp30 TokenTy(C, Type::TokenTyID), in LLVMContextImpl()
DType.cpp38 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
DConstants.cpp225 case Type::TokenTyID: in getNullValue()
DAsmWriter.cpp467 case Type::TokenTyID: OS << "token"; return; in print()
DCore.cpp265 case Type::TokenTyID: in LLVMGetTypeKind()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp841 case Type::TokenTyID: in cmpTypes()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp418 case Type::TokenTyID: Code = bitc::TYPE_CODE_TOKEN; break; in WriteTypeTable()