Home
last modified time | relevance | path

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

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