Searched refs:can_replace (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindPlan.cpp | 281 bool can_replace) { in SetRegisterLocationToAtCFAPlusOffset() argument 282 if (!can_replace && in SetRegisterLocationToAtCFAPlusOffset() 293 bool can_replace) { in SetRegisterLocationToIsCFAPlusOffset() argument 294 if (!can_replace && in SetRegisterLocationToIsCFAPlusOffset() 304 uint32_t reg_num, bool can_replace, bool can_replace_only_if_unspecified) { in SetRegisterLocationToUndefined() argument 309 if (!can_replace) in SetRegisterLocationToUndefined() 321 bool can_replace) { in SetRegisterLocationToUnspecified() argument 322 if (!can_replace && in SetRegisterLocationToUnspecified() 333 bool can_replace) { in SetRegisterLocationToRegister() argument 334 if (!can_replace && in SetRegisterLocationToRegister()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | UnwindPlan.h | 346 bool can_replace); 349 bool can_replace); 351 bool SetRegisterLocationToUndefined(uint32_t reg_num, bool can_replace, 354 bool SetRegisterLocationToUnspecified(uint32_t reg_num, bool can_replace); 357 bool can_replace);
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueDictionary.cpp | 311 bool can_replace) { in SetValueForKey() argument 315 if (!can_replace) { in SetValueForKey()
|
H A D | CommandInterpreter.cpp | 1145 bool can_replace) { in AddCommand() argument 1158 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand() 1169 bool can_replace) { in AddUserCommand() argument 1185 if (!can_replace) { in AddUserCommand()
|
/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 | 282 bool can_replace); 285 const lldb::CommandObjectSP &cmd_sp, bool can_replace);
|
H A D | CommandObject.h | 191 bool can_replace) { in LoadUserSubcommand() argument
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 100 llvm::StringRef name, const CommandObjectSP &cmd_obj_sp, bool can_replace) { in LoadUserSubcommand() argument 121 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()
|