Searched refs:OptionValueChangedCallback (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | OptionValue.h | 320 void SetValueChangedCallback(OptionValueChangedCallback callback, in SetValueChangedCallback() 334 OptionValueChangedCallback m_callback;
|
| H A D | Property.h | 68 void SetValueChangedCallback(OptionValueChangedCallback callback,
|
| H A D | OptionValueProperties.h | 210 OptionValueChangedCallback callback,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 83 typedef void (*OptionValueChangedCallback)(void *baton, typedef
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | Property.cpp | 289 void Property::SetValueChangedCallback(OptionValueChangedCallback callback, in SetValueChangedCallback()
|
| H A D | OptionValueProperties.cpp | 64 uint32_t property_idx, OptionValueChangedCallback callback, void *baton) { in SetValueChangedCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Process.h | 103 static void OptionValueChangedCallback(void *baton,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Process.cpp | 178 ProcessProperties::OptionValueChangedCallback, this); in ProcessProperties() 184 void ProcessProperties::OptionValueChangedCallback(void *baton, in OptionValueChangedCallback() function in ProcessProperties
|