Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h124 using MaskType = uint64_t;
126 template <MaskType Bit>
127 static constexpr MaskType ChannelFlag = MaskType(1) << Bit;
133 MaskType flag;
152 const MaskType default_flags;
158 default_flags(MaskType(default_flags)) { in Channel()
167 Log *GetLog(MaskType mask) { in GetLog()
249 MaskType GetMask() const;
269 std::atomic<MaskType> m_mask{0};
284 MaskType flags);
[all …]
H A DLLDBLog.h18 enum class LLDBLog : Log::MaskType {
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp63 Log::MaskType Log::GetFlags(llvm::raw_ostream &stream, in GetFlags()
67 Log::MaskType flags = 0; in GetFlags()
70 flags |= std::numeric_limits<Log::MaskType>::max(); in GetFlags()
95 uint32_t options, Log::MaskType flags) { in Enable()
106 void Log::Disable(Log::MaskType flags) { in Disable()
130 Log::MaskType Log::GetMask() const { in GetMask()
219 iter->second.Disable(std::numeric_limits<MaskType>::max()); in Unregister()
232 MaskType flags = categories.empty() in EnableLogChannel()
247 MaskType flags = categories.empty() in DisableLogChannel()
248 ? std::numeric_limits<MaskType>::max() in DisableLogChannel()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOSLog.h77 StringRef MaskType; variable
83 MaskType(maskType) { in TheKind()
108 StringRef getMaskType() const { return MaskType; } in getMaskType()
H A DFormatString.h523 StringRef MaskType; variable
609 StringRef getMaskType() const { return MaskType; } in getMaskType()
610 void setMaskType(StringRef S) { MaskType = S; } in setMaskType()
746 virtual void handleInvalidMaskType(StringRef MaskType) {} in handleInvalidMaskType() argument
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp30 StringRef MaskType; member
132 ArgsData.back().MaskType = FS.getMaskType(); in HandlePrintfSpecifier()
139 if (!Data.MaskType.empty()) { in computeLayout()
142 Size, 0, Data.MaskType); in computeLayout()
H A DPrintfFormatString.cpp144 StringRef MaskType = MatchedStr.substr(sizeof("mask.") - 1); in ParsePrintfSpecifier() local
145 unsigned Size = MaskType.size(); in ParsePrintfSpecifier()
147 H.handleInvalidMaskType(MaskType); in ParsePrintfSpecifier()
148 FS.setMaskType(MaskType); in ParsePrintfSpecifier()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.h17 enum class DWARFLog : Log::MaskType {
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h18 enum class POSIXLog : Log::MaskType {
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h18 enum class GDBRLog : Log::MaskType {
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11433 void handleInvalidMaskType(StringRef MaskType) override;
11486 void CheckPrintfHandler::handleInvalidMaskType(StringRef MaskType) { in handleInvalidMaskType() argument
11487 S.Diag(getLocationOfByte(MaskType.data()), diag::err_invalid_mask_type_size); in handleInvalidMaskType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26598 EVT MaskType = EVT::getVectorVT(*DAG.getContext(), MaskEltType, IndexLen); in GenerateFixedLengthSVETBL() local
26599 EVT MaskContainerVT = getContainerForFixedLengthVector(DAG, MaskType); in GenerateFixedLengthSVETBL()
26601 DAG.getBuildVector(MaskType, DL, ArrayRef(TBLMask.data(), IndexLen)); in GenerateFixedLengthSVETBL()