Searched refs:can_replace (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 291 bool can_replace) { in SetRegisterLocationToAtCFAPlusOffset() argument 292 if (!can_replace && in SetRegisterLocationToAtCFAPlusOffset() 303 bool can_replace) { in SetRegisterLocationToIsCFAPlusOffset() argument 304 if (!can_replace && in SetRegisterLocationToIsCFAPlusOffset() 314 uint32_t reg_num, bool can_replace, bool can_replace_only_if_unspecified) { in SetRegisterLocationToUndefined() argument 319 if (!can_replace) in SetRegisterLocationToUndefined() 331 bool can_replace) { in SetRegisterLocationToUnspecified() argument 332 if (!can_replace && in SetRegisterLocationToUnspecified() 343 bool can_replace) { in SetRegisterLocationToRegister() argument 344 if (!can_replace && in SetRegisterLocationToRegister() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 372 bool can_replace); 375 bool can_replace); 377 bool SetRegisterLocationToUndefined(uint32_t reg_num, bool can_replace, 380 bool SetRegisterLocationToUnspecified(uint32_t reg_num, bool can_replace); 383 bool can_replace); 392 uint32_t len, bool can_replace); 395 bool can_replace);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueDictionary.h | 71 bool can_replace = true);
|
| H A D | CommandObjectMultiword.h | 41 bool can_replace) override;
|
| H A D | CommandInterpreter.h | 286 bool can_replace); 289 const lldb::CommandObjectSP &cmd_sp, bool can_replace);
|
| H A D | CommandObject.h | 192 bool can_replace) { in LoadUserSubcommand() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueDictionary.cpp | 317 bool can_replace) { in SetValueForKey() argument 321 if (!can_replace) { in SetValueForKey()
|
| H A D | CommandInterpreter.cpp | 1201 bool can_replace) { in AddCommand() argument 1214 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand() 1225 bool can_replace) { in AddUserCommand() argument 1242 if (!can_replace) { in AddUserCommand()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 91 llvm::StringRef name, const CommandObjectSP &cmd_obj_sp, bool can_replace) { in LoadUserSubcommand() argument 110 if (!can_replace) in LoadUserSubcommand()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 1021 const bool can_replace = false; in CreateFunctionEntryUnwind() local 1028 can_replace); in CreateFunctionEntryUnwind()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 1132 const bool can_replace = false; in CreateFunctionEntryUnwind() local 1138 row.SetRegisterLocationToRegister(dwarf_pc_mips, dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind()
|