Home
last modified time | relevance | path

Searched refs:GetPersistentVariable (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp211 target.GetPersistentVariable(valobj_sp->GetName())) { in DoExecute()
H A DCommandObjectExpression.cpp480 target.GetPersistentVariable(result_valobj_sp->GetName())) { in EvaluateExpression()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1246 lldb::ExpressionVariableSP GetPersistentVariable(ConstString name);
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp660 target->GetPersistentVariable(const_name)); in FindValue()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2733 lldb::ExpressionVariableSP Target::GetPersistentVariable(ConstString name) { in GetPersistentVariable() function in Target