Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp74 class ThreadOptionValueProperties class
75 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {
77 ThreadOptionValueProperties(ConstString name) : Cloneable(name) {} in ThreadOptionValueProperties() function in ThreadOptionValueProperties
88 ThreadOptionValueProperties *instance_properties = in GetPropertyAtIndex()
89 static_cast<ThreadOptionValueProperties *>( in GetPropertyAtIndex()
102 std::make_shared<ThreadOptionValueProperties>(ConstString("thread")); in ThreadProperties()