Lines Matching defs:variables
284 // want this frame to have only the variables for the inlined function
463 // don't have variables that the user might need to know about.
560 // variables that are in scope.
873 // dereferencing ObjC variables is not valid.. so let's try and
1561 /// \param [in] variables
1573 VariableList &variables, const Address &pc) {
1614 for (VariableSP var_sp : variables) {
1733 variables, instruction_sp->GetAddress());
1744 variables, instruction_sp->GetAddress());
1802 VariableList *variables = GetVariableList(get_file_globals, nullptr);
1804 if (!variables) {
1808 return DoGuessValueAt(*this, reg, offset, *disassembler_sp, *variables,