Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h69 TokenTyID, ///< Tokens enumerator
199 bool isTokenTy() const { return getTypeID() == TokenTyID; } in isTokenTy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.cpp33 TokenTy(C, Type::TokenTyID), in LLVMContextImpl()
H A DType.cpp53 case TokenTyID : return getTokenTy(C); in getPrimitiveType()
H A DConstants.cpp380 case Type::TokenTyID: in getNullValue()
H A DAsmWriter.cpp614 case Type::TokenTyID: OS << "token"; return; in print()
H A DCore.cpp531 case Type::TokenTyID: in LLVMGetTypeKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp335 case Type::TokenTyID: in getSmallestAddressableSize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp444 case Type::TokenTyID: in cmpTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp931 case Type::TokenTyID: Code = bitc::TYPE_CODE_TOKEN; break; in writeTypeTable()