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.h333 void RemoveRegisterInfo(uint32_t reg_num);
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1072 row->RemoveRegisterInfo(lldb_regno); in GetNonCallSiteUnwindPlanFromAssembly()
1107 row->RemoveRegisterInfo(m_lldb_fp_regnum); in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp266 void UnwindPlan::Row::RemoveRegisterInfo(uint32_t reg_num) { in RemoveRegisterInfo() function in UnwindPlan::Row
H A DDWARFCallFrameInfo.cpp679 row->RemoveRegisterInfo(reg_num); in FDEToUnwindPlan()