Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h261 GetExperimentalPropertyValue(size_t prop_idx,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4224 std::optional<bool> TargetProperties::GetExperimentalPropertyValue( in GetExperimentalPropertyValue() function in TargetProperties
4237 return GetExperimentalPropertyValue(ePropertyInjectLocalVars, exe_ctx) in GetInjectLocalVariables()