Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp288 bool can_replace) { in SetRegisterLocationToAtCFAPlusOffset()
289 if (!can_replace && in SetRegisterLocationToAtCFAPlusOffset()
300 bool can_replace) { in SetRegisterLocationToIsCFAPlusOffset()
301 if (!can_replace && in SetRegisterLocationToIsCFAPlusOffset()
311 uint32_t reg_num, bool can_replace, bool can_replace_only_if_unspecified) { in SetRegisterLocationToUndefined()
316 if (!can_replace) in SetRegisterLocationToUndefined()
328 bool can_replace) { in SetRegisterLocationToUnspecified()
329 if (!can_replace && in SetRegisterLocationToUnspecified()
340 bool can_replace) { in SetRegisterLocationToRegister()
341 if (!can_replace in SetRegisterLocationToRegister()
281 SetRegisterLocationToAtCFAPlusOffset(uint32_t reg_num,int32_t offset,bool can_replace) SetRegisterLocationToAtCFAPlusOffset() argument
293 SetRegisterLocationToIsCFAPlusOffset(uint32_t reg_num,int32_t offset,bool can_replace) SetRegisterLocationToIsCFAPlusOffset() argument
304 SetRegisterLocationToUndefined(uint32_t reg_num,bool can_replace,bool can_replace_only_if_unspecified) SetRegisterLocationToUndefined() argument
321 SetRegisterLocationToUnspecified(uint32_t reg_num,bool can_replace) SetRegisterLocationToUnspecified() argument
333 SetRegisterLocationToRegister(uint32_t reg_num,uint32_t other_reg_num,bool can_replace) SetRegisterLocationToRegister() argument
[all...]
/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h370 bool can_replace);
373 bool can_replace); in SetUnspecifiedRegistersAreUndefined()
375 bool SetRegisterLocationToUndefined(uint32_t reg_num, bool can_replace,
378 bool SetRegisterLocationToUnspecified(uint32_t reg_num, bool can_replace); in GetUnspecifiedRegistersAreUndefined()
381 bool can_replace);
390 uint32_t len, bool can_replace);
393 bool can_replace);
/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp317 bool can_replace) { in SetValueForKey()
321 if (!can_replace) { in SetValueForKey()
311 SetValueForKey(llvm::StringRef key,const lldb::OptionValueSP & value_sp,bool can_replace) SetValueForKey() argument
H A DCommandInterpreter.cpp1146 bool can_replace) { in AddCommand()
1159 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()
1170 bool can_replace) { in AddUserCommand()
1187 if (!can_replace) { in AddUserCommand()
1145 AddCommand(llvm::StringRef name,const lldb::CommandObjectSP & cmd_sp,bool can_replace) AddCommand() argument
1169 AddUserCommand(llvm::StringRef name,const lldb::CommandObjectSP & cmd_sp,bool can_replace) AddUserCommand() argument
/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.h282 bool can_replace);
285 const lldb::CommandObjectSP &cmd_sp, bool can_replace);
H A DCommandObject.h193 bool can_replace) { in LoadUserSubcommand()
191 LoadUserSubcommand(llvm::StringRef cmd_name,const lldb::CommandObjectSP & command_obj,bool can_replace) LoadUserSubcommand() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp91 llvm::StringRef name, const CommandObjectSP &cmd_obj_sp, bool can_replace) { in LoadSubCommand()
110 if (!can_replace) in LoadUserSubcommand()
100 LoadUserSubcommand(llvm::StringRef name,const CommandObjectSP & cmd_obj_sp,bool can_replace) LoadUserSubcommand() argument
/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1021 const bool can_replace = false; in CreateFunctionEntryUnwind() local
1028 can_replace); in CreateFunctionEntryUnwind()
/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()