Home
last modified time | relevance | path

Searched refs:eInternal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DProgress.h64 eInternal = 0, enumerator
93 Origin origin = Origin::eInternal);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp58 case Kind::eInternal: in GetSummaryKindName()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp373 case TypeSummaryImpl::Kind::eInternal: in IsEqualTo()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h51 enum class Kind { eSummaryString, eScript, eBytecode, eCallback, eInternal }; enumerator