Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/ !
H A DType.h64 LabelTyID, ///< Labels enumerator
219 bool isLabelTy() const { return getTypeID() == LabelTyID; } in isLabelTy()
H A DDataLayout.h675 case Type::LabelTyID: in getTypeSizeInBits()
/src/contrib/llvm-project/llvm/lib/IR/ !
H A DLLVMContextImpl.cpp38 VoidTy(C, Type::VoidTyID), LabelTy(C, Type::LabelTyID), in LLVMContextImpl()
H A DType.cpp46 case LabelTyID : return getLabelTy(C); in getPrimitiveType()
H A DDataLayout.cpp793 case Type::LabelTyID: in getAlignment()
H A DAsmWriter.cpp575 case Type::LabelTyID: OS << "label"; return; in print()
H A DCore.cpp596 case Type::LabelTyID: in LLVMGetTypeKind()
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/ !
H A DHexagonTargetObjectFile.cpp330 case Type::LabelTyID: in getSmallestAddressableSize()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/ !
H A DFunctionComparator.cpp552 case Type::LabelTyID: in cmpTypes()
/src/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ !
H A DDXILBitcodeWriter.cpp1045 case Type::LabelTyID: in writeTypeTable()
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ !
H A DBitcodeWriter.cpp1090 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break; in writeTypeTable()