Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp590 auto pos = expandable_permanent_variables.find(var_ref); in GetVariable()
591 if (pos != expandable_permanent_variables.end()) in GetVariable()
605 expandable_permanent_variables.insert(std::make_pair(var_ref, variable)); in InsertExpandableVariable()
H A DVSCode.h99 llvm::DenseMap<int64_t, lldb::SBValue> expandable_permanent_variables; member