Lines Matching defs:variables
283 // want this frame to have only the variables for the inlined function
462 // don't have variables that the user might need to know about.
536 // variables that are in scope.
848 // dereferencing ObjC variables is not valid.. so let's try and
1462 /// \param [in] variables
1474 VariableList &variables, const Address &pc) {
1515 for (VariableSP var_sp : variables) {
1634 variables, instruction_sp->GetAddress());
1645 variables, instruction_sp->GetAddress());
1701 VariableList *variables = GetVariableList(get_file_globals, nullptr);
1703 if (!variables) {
1707 return DoGuessValueAt(*this, reg, offset, *disassembler_sp, *variables,