Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h333 void RemoveRegisterInfo(uint32_t reg_num);
/openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1081 row->RemoveRegisterInfo(lldb_regno); in GetNonCallSiteUnwindPlanFromAssembly()
1116 row->RemoveRegisterInfo(m_lldb_fp_regnum); in GetNonCallSiteUnwindPlanFromAssembly()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DUnwindPlan.cpp266 void UnwindPlan::Row::RemoveRegisterInfo(uint32_t reg_num) { in RemoveRegisterInfo() function in UnwindPlan::Row