Searched refs:LabelTyID (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h64 LabelTyID, ///< 7: Labels enumerator in enum:llvm::Type::TypeID
188 bool isLabelTy() const { return getTypeID() == LabelTyID; }
H A DDataLayout.h627 case Type::LabelTyID:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp26 LabelTy(C, Type::LabelTyID),
H A DType.cpp48 case LabelTyID : return getLabelTy(C);
H A DDataLayout.cpp708 case Type::LabelTyID:
H A DAsmWriter.cpp569 case Type::LabelTyID: OS << "label"; return;
H A DCore.cpp493 case Type::LabelTyID:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp329 case Type::LabelTyID:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp435 case Type::LabelTyID:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp883 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;

Completed in 222 milliseconds