Home
last modified time | relevance | path

Searched refs:can_replace (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDUnwindPlan.cpp249 …lan::Row::SetRegisterLocationToAtCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace) in SetRegisterLocationToAtCFAPlusOffset() argument
251 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end()) in SetRegisterLocationToAtCFAPlusOffset()
260 …lan::Row::SetRegisterLocationToIsCFAPlusOffset (uint32_t reg_num, int32_t offset, bool can_replace) in SetRegisterLocationToIsCFAPlusOffset() argument
262 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end()) in SetRegisterLocationToIsCFAPlusOffset()
271 UnwindPlan::Row::SetRegisterLocationToUndefined (uint32_t reg_num, bool can_replace, bool can_repla… in SetRegisterLocationToUndefined() argument
278 if (!can_replace) in SetRegisterLocationToUndefined()
290 UnwindPlan::Row::SetRegisterLocationToUnspecified (uint32_t reg_num, bool can_replace) in SetRegisterLocationToUnspecified() argument
292 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end()) in SetRegisterLocationToUnspecified()
303 bool can_replace) in SetRegisterLocationToRegister() argument
305 if (!can_replace && m_register_locations.find(reg_num) != m_register_locations.end()) in SetRegisterLocationToRegister()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDUnwindPlan.h451 bool can_replace);
456 bool can_replace);
460 bool can_replace,
465 bool can_replace);
470 bool can_replace);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueDictionary.h113 bool can_replace = true);
119 bool can_replace = true);
HDCommandInterpreter.h254 bool can_replace);
259 bool can_replace);
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueDictionary.cpp379 bool can_replace) in SetStringValueForKey() argument
384 if (!can_replace) in SetStringValueForKey()
400 bool can_replace) in SetValueForKey() argument
406 if (!can_replace) in SetValueForKey()
HDCommandInterpreter.cpp867 …ndInterpreter::AddCommand (const char *name, const lldb::CommandObjectSP &cmd_sp, bool can_replace) in AddCommand() argument
873 if (found && !can_replace) in AddCommand()
886 bool can_replace) in AddUserCommand() argument
896 if (can_replace == false) in AddUserCommand()
904 if (can_replace == false) in AddUserCommand()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
HDEmulateInstructionMIPS.cpp581 const bool can_replace = false; in CreateFunctionEntryUnwind() local
587 row->SetRegisterLocationToRegister(gcc_dwarf_pc_mips, gcc_dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
HDEmulateInstructionMIPS64.cpp584 const bool can_replace = false; in CreateFunctionEntryUnwind() local
590 row->SetRegisterLocationToRegister(gcc_dwarf_pc_mips64, gcc_dwarf_ra_mips64, can_replace); in CreateFunctionEntryUnwind()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp3106 const bool can_replace = false; in GetHostEnvironmentIfNeeded() local
3128 … env_dict->SetValueForKey(key, OptionValueSP(new OptionValueString(value)), can_replace); in GetHostEnvironmentIfNeeded()