Home
last modified time | relevance | path

Searched defs:LibdispatchTSDIndexes (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DSystemRuntimeMacOSX.h204 struct LibdispatchTSDIndexes { struct
210 LibdispatchTSDIndexes() = default; argument
212 bool IsValid() { return dti_version != UINT16_MAX; } in IsValid()