Home
last modified time | relevance | path

Searched refs:eTypeKeepSame (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/lldb/source/API/
H A DSBTypeFormat.cpp94 if (CopyOnWrite_Impl(Type::eTypeKeepSame)) in SetOptions()
161 ((type == Type::eTypeKeepSame) || in CopyOnWrite_Impl()
168 if (type == Type::eTypeKeepSame) { in CopyOnWrite_Impl()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeFormat.h71 enum class Type { eTypeKeepSame, eTypeFormat, eTypeEnum }; enumerator