Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h320 void SetValueChangedCallback(OptionValueChangedCallback callback, in SetValueChangedCallback()
334 OptionValueChangedCallback m_callback;
H A DProperty.h68 void SetValueChangedCallback(OptionValueChangedCallback callback,
H A DOptionValueProperties.h210 OptionValueChangedCallback callback,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h83 typedef void (*OptionValueChangedCallback)(void *baton, typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp289 void Property::SetValueChangedCallback(OptionValueChangedCallback callback, in SetValueChangedCallback()
H A DOptionValueProperties.cpp64 uint32_t property_idx, OptionValueChangedCallback callback, void *baton) { in SetValueChangedCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h103 static void OptionValueChangedCallback(void *baton,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp178 ProcessProperties::OptionValueChangedCallback, this); in ProcessProperties()
184 void ProcessProperties::OptionValueChangedCallback(void *baton, in OptionValueChangedCallback() function in ProcessProperties