Home
last modified time | relevance | path

Searched refs:LabelTyID (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h64 LabelTyID, ///< Labels enumerator
228 bool isLabelTy() const { return getTypeID() == LabelTyID; } in isLabelTy()
H A DDataLayout.h677 case Type::LabelTyID: in getTypeSizeInBits()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp34 VoidTy(C, Type::VoidTyID), LabelTy(C, Type::LabelTyID), in LLVMContextImpl()
H A DDataLayout.cpp772 case Type::LabelTyID: in getAlignment()
H A DType.cpp49 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
H A DAsmWriter.cpp630 case Type::LabelTyID: OS << "label"; return; in print()
H A DCore.cpp602 case Type::LabelTyID: in LLVMGetTypeKind()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp330 case Type::LabelTyID: in getSmallestAddressableSize()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIR2Vec.cpp283 case Type::LabelTyID: in getVocabKeyForTypeID()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp566 case Type::LabelTyID: in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1048 case Type::LabelTyID: in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1158 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break; in writeTypeTable()