Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp76 class ThreadOptionValueProperties class
77 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {
79 ThreadOptionValueProperties(llvm::StringRef name) : Cloneable(name) {} in ThreadOptionValueProperties() function in ThreadOptionValueProperties
90 ThreadOptionValueProperties *instance_properties = in GetPropertyAtIndex()
91 static_cast<ThreadOptionValueProperties *>( in GetPropertyAtIndex()
103 m_collection_sp = std::make_shared<ThreadOptionValueProperties>("thread"); in ThreadProperties()