Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h221 static void InputPathValueChangedCallback(void *target_property_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3603 ePropertyInputPath, TargetProperties::InputPathValueChangedCallback, in TargetProperties()
3633 InputPathValueChangedCallback(this, nullptr); in TargetProperties()
4125 void TargetProperties::InputPathValueChangedCallback(void *target_property_ptr, in InputPathValueChangedCallback() function in TargetProperties