Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp245 bool can_replace) { in SetRegisterLocationToAtCFAPlusOffset() argument
246 if (!can_replace && in SetRegisterLocationToAtCFAPlusOffset()
257 bool can_replace) { in SetRegisterLocationToIsCFAPlusOffset() argument
258 if (!can_replace && in SetRegisterLocationToIsCFAPlusOffset()
268 uint32_t reg_num, bool can_replace, bool can_replace_only_if_unspecified) { in SetRegisterLocationToUndefined() argument
273 if (!can_replace) in SetRegisterLocationToUndefined()
285 bool can_replace) { in SetRegisterLocationToUnspecified() argument
286 if (!can_replace && in SetRegisterLocationToUnspecified()
297 bool can_replace) { in SetRegisterLocationToRegister() argument
298 if (!can_replace && in SetRegisterLocationToRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DUnwindPlan.h337 bool can_replace);
340 bool can_replace);
342 bool SetRegisterLocationToUndefined(uint32_t reg_num, bool can_replace,
345 bool SetRegisterLocationToUnspecified(uint32_t reg_num, bool can_replace);
348 bool can_replace);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h72 bool can_replace = true);
H A DCommandInterpreter.h210 bool can_replace);
213 bool can_replace);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp290 bool can_replace) { in SetValueForKey() argument
294 if (!can_replace) { in SetValueForKey()
H A DCommandInterpreter.cpp960 bool can_replace) { in AddCommand() argument
971 if (!can_replace || !name_iter->second->IsRemovable()) in AddCommand()
982 bool can_replace) { in AddUserCommand() argument
990 if (!can_replace) in AddUserCommand()
997 if (!can_replace) in AddUserCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1039 const bool can_replace = false; in CreateFunctionEntryUnwind() local
1046 can_replace); in CreateFunctionEntryUnwind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1154 const bool can_replace = false; in CreateFunctionEntryUnwind() local
1160 row->SetRegisterLocationToRegister(dwarf_pc_mips, dwarf_ra_mips, can_replace); in CreateFunctionEntryUnwind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3538 const bool can_replace = false; in GetHostEnvironmentIfNeeded() local
3545 can_replace); in GetHostEnvironmentIfNeeded()