Searched refs:expandable_permanent_variables (Results 1 – 2 of 2) sorted by relevance
590 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()
99 llvm::DenseMap<int64_t, lldb::SBValue> expandable_permanent_variables; member