Home
last modified time | relevance | path

Searched refs:SetRegisterLocationToUnspecified (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp338 row->SetRegisterLocationToUnspecified(fp_reg_num, true); in CreateDefaultUnwindPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h354 bool SetRegisterLocationToUnspecified(uint32_t reg_num, bool can_replace);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp320 bool UnwindPlan::Row::SetRegisterLocationToUnspecified(uint32_t reg_num, in SetRegisterLocationToUnspecified() function in UnwindPlan::Row