Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h357 void RemoveRegisterInfo(uint32_t reg_num);
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1076 row.RemoveRegisterInfo(lldb_regno); in GetNonCallSiteUnwindPlanFromAssembly()
1112 row.RemoveRegisterInfo(m_lldb_fp_regnum); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp276 void UnwindPlan::Row::RemoveRegisterInfo(uint32_t reg_num) { in RemoveRegisterInfo() function in UnwindPlan::Row
H A DDWARFCallFrameInfo.cpp658 row.RemoveRegisterInfo(reg_num); in ParseFDE()