Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp280 bool can_replace) { in SetRegisterLocationToAtCFAPlusOffset() argument
281 if (!can_replace && in SetRegisterLocationToAtCFAPlusOffset()
292 bool can_replace) { in SetRegisterLocationToIsCFAPlusOffset() argument
293 if (!can_replace && in SetRegisterLocationToIsCFAPlusOffset()
303 uint32_t reg_num, bool can_replace, bool can_replace_only_if_unspecified) { in SetRegisterLocationToUndefined() argument
308 if (!can_replace) in SetRegisterLocationToUndefined()
320 bool can_replace) { in SetRegisterLocationToUnspecified() argument
321 if (!can_replace && in SetRegisterLocationToUnspecified()
332 bool can_replace) { in SetRegisterLocationToRegister() argument
333 if (!can_replace && in SetRegisterLocationToRegister()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h346 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-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h67 bool can_replace = true);
H A DCommandInterpreter.h257 bool can_replace);
260 bool can_replace);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp290 bool can_replace) { in SetValueForKey() argument
294 if (!can_replace) { in SetValueForKey()
H A DCommandInterpreter.cpp1003 bool can_replace) { in AddCommand() argument
1014 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()
1025 bool can_replace) { in AddUserCommand() argument
1033 if (!can_replace) in AddUserCommand()
1040 if (!can_replace) in AddUserCommand()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1035 const bool can_replace = false; in CreateFunctionEntryUnwind() local
1042 can_replace); in CreateFunctionEntryUnwind()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1143 const bool can_replace = false; in CreateFunctionEntryUnwind() local
1149 row->SetRegisterLocationToRegister(dwarf_pc_mips, dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind()