Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp291 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 DUnwindPlan.h372 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 DOptionValueDictionary.h71 bool can_replace = true);
H A DCommandObjectMultiword.h41 bool can_replace) override;
H A DCommandInterpreter.h286 bool can_replace);
289 const lldb::CommandObjectSP &cmd_sp, bool can_replace);
H A DCommandObject.h192 bool can_replace) { in LoadUserSubcommand() argument
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp317 bool can_replace) { in SetValueForKey() argument
321 if (!can_replace) { in SetValueForKey()
H A DCommandInterpreter.cpp1201 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 DCommandObjectMultiword.cpp91 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 DEmulateInstructionMIPS64.cpp1021 const bool can_replace = false; in CreateFunctionEntryUnwind() local
1028 can_replace); in CreateFunctionEntryUnwind()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1132 const bool can_replace = false; in CreateFunctionEntryUnwind() local
1138 row.SetRegisterLocationToRegister(dwarf_pc_mips, dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind()