Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/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.cpp568 case Type::LabelTyID: OS << "label"; return; in print()
H A DCore.cpp568 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/Transforms/Utils/
H A DFunctionComparator.cpp532 case Type::LabelTyID: in cmpTypes()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp1046 case Type::LabelTyID: in writeTypeTable()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1002 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break; in writeTypeTable()