Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h223 static void OutputPathValueChangedCallback(void *target_property_ptr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3606 ePropertyOutputPath, TargetProperties::OutputPathValueChangedCallback, in TargetProperties()
3634 OutputPathValueChangedCallback(this, nullptr); in TargetProperties()
4133 void TargetProperties::OutputPathValueChangedCallback(void *target_property_ptr, in OutputPathValueChangedCallback() function in TargetProperties