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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp75 class ThreadOptionValueProperties : public OptionValueProperties { class in inherits:OptionValueProperties
77 ThreadOptionValueProperties(ConstString name) function in class:ThreadOptionValueProperties
80 // This constructor is used when creating ThreadOptionValueProperties when it
83 ThreadOptionValueProperties(ThreadProperties *global_properties) function in class:ThreadOptionValueProperties
95 ThreadOptionValueProperties *instance_properties =
96 static_cast<ThreadOptionValueProperties *>(
109 std::make_shared<ThreadOptionValueProperties>(ConstString("thread"));
112 m_collection_sp = std::make_shared<ThreadOptionValueProperties>(

Completed in 95 milliseconds