Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h335 void RemoveRegisterInfo(uint32_t reg_num);
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.cpp1083 row->RemoveRegisterInfo(lldb_regno); in GetNonCallSiteUnwindPlanFromAssembly()
1118 row->RemoveRegisterInfo(m_lldb_fp_regnum); in GetNonCallSiteUnwindPlanFromAssembly()
/external/llvm-project/lldb/source/Symbol/
DUnwindPlan.cpp262 void UnwindPlan::Row::RemoveRegisterInfo(uint32_t reg_num) { in RemoveRegisterInfo() function in UnwindPlan::Row