Searched refs:have_unwindplan_regloc (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp1164 bool have_unwindplan_regloc = false; local
1183 have_unwindplan_regloc = true;
1187 if (!have_unwindplan_regloc) {
1237 have_unwindplan_regloc = true;
1248 if (!have_unwindplan_regloc && return_address_reg.IsValid() &&
1327 have_unwindplan_regloc = can_fetch_pc_value && can_fetch_cfa;
1330 have_unwindplan_regloc = false;
1338 if (!have_unwindplan_regloc) {
1352 have_unwindplan_regloc = true;
1357 if (!have_unwindplan_regloc) {
[all...]

Completed in 147 milliseconds