Searched defs:can_replace (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp371 bool can_replace)
376 if (!can_replace)
392 bool can_replace)
398 if (!can_replace)
369 SetStringValueForKey(const ConstString &key, const char *value, bool can_replace) argument
390 SetValueForKey(const ConstString &key, const lldb::OptionValueSP &value_sp, bool can_replace) argument
H A DCommandInterpreter.cpp748 CommandInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_replace) argument
754 if (found && !can_replace)
767 bool can_replace)
777 if (can_replace == false)
785 if (can_replace == false)
765 AddUserCommand(std::string name, const lldb::CommandObjectSP &cmd_sp, bool can_replace) argument
/external/lldb/source/Symbol/
H A DUnwindPlan.cpp217 UnwindPlan::Row::SetRegisterLocationToAtCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace) argument
219 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end())
228 UnwindPlan::Row::SetRegisterLocationToIsCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace) argument
230 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end())
239 UnwindPlan::Row::SetRegisterLocationToUndefined (uint32_t reg_num, bool can_replace, bool can_replace_only_if_unspecified) argument
246 if (!can_replace)
258 UnwindPlan::Row::SetRegisterLocationToUnspecified (uint32_t reg_num, bool can_replace) argument
260 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end())
271 bool can_replace)
273 if (!can_replace
269 SetRegisterLocationToRegister(uint32_t reg_num, uint32_t other_reg_num, bool can_replace) argument
[all...]
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp450 const bool can_replace = true; local
511 m_curr_row->SetRegisterLocationToAtCFAPlusOffset (pc_reg_num, offset, can_replace);
/external/lldb/source/Target/
H A DTarget.cpp2461 const bool can_replace = false; local
2483 env_dict->SetValueForKey(key, OptionValueSP(new OptionValueString(value)), can_replace);

Completed in 310 milliseconds