Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h333 void RemoveRegisterInfo(uint32_t reg_num);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1083 row->RemoveRegisterInfo(lldb_regno); in GetNonCallSiteUnwindPlanFromAssembly()
1118 row->RemoveRegisterInfo(m_lldb_fp_regnum); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp265 void UnwindPlan::Row::RemoveRegisterInfo(uint32_t reg_num) { in RemoveRegisterInfo() function in UnwindPlan::Row