Home
last modified time | relevance | path

Searched refs:AbstractRegisterLocation (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindPlan.cpp27 bool UnwindPlan::Row::AbstractRegisterLocation::operator==( in operator ==()
28 const UnwindPlan::Row::AbstractRegisterLocation &rhs) const { in operator ==()
60 void UnwindPlan::Row::AbstractRegisterLocation::SetAtDWARFExpression( in SetAtDWARFExpression()
69 void UnwindPlan::Row::AbstractRegisterLocation::SetIsDWARFExpression( in SetIsDWARFExpression()
98 void UnwindPlan::Row::AbstractRegisterLocation::Dump( in Dump()
263 UnwindPlan::Row::AbstractRegisterLocation &register_location) const { in GetRegisterInfo()
285 const UnwindPlan::Row::AbstractRegisterLocation register_location) { in SetRegisterInfo()
295 AbstractRegisterLocation reg_loc; in SetRegisterLocationToAtCFAPlusOffset()
307 AbstractRegisterLocation reg_loc; in SetRegisterLocationToIsCFAPlusOffset()
324 AbstractRegisterLocation reg_loc; in SetRegisterLocationToUndefined()
[all …]
H A DDWARFCallFrameInfo.cpp620 UnwindPlan::Row::AbstractRegisterLocation reg_location; in ParseFDE()
786 UnwindPlan::Row::AbstractRegisterLocation reg_location; in HandleCommonDwarfOpcode()
816 UnwindPlan::Row::AbstractRegisterLocation reg_location; in HandleCommonDwarfOpcode()
828 UnwindPlan::Row::AbstractRegisterLocation reg_location; in HandleCommonDwarfOpcode()
840 UnwindPlan::Row::AbstractRegisterLocation reg_location; in HandleCommonDwarfOpcode()
853 UnwindPlan::Row::AbstractRegisterLocation reg_location; in HandleCommonDwarfOpcode()
914 UnwindPlan::Row::AbstractRegisterLocation reg_location; in HandleCommonDwarfOpcode()
928 UnwindPlan::Row::AbstractRegisterLocation reg_location; in HandleCommonDwarfOpcode()
H A DFuncUnwinders.cpp364 UnwindPlan::Row::AbstractRegisterLocation a_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation()
365 UnwindPlan::Row::AbstractRegisterLocation b_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation()
H A DArmUnwindInfo.cpp335 UnwindPlan::Row::AbstractRegisterLocation lr_location; in GetUnwindPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h57 class AbstractRegisterLocation {
75 AbstractRegisterLocation() : m_location() {} in AbstractRegisterLocation() function
77 bool operator==(const AbstractRegisterLocation &rhs) const;
79 bool operator!=(const AbstractRegisterLocation &rhs) const {
352 AbstractRegisterLocation &register_location) const;
355 const AbstractRegisterLocation register_location);
422 typedef std::map<uint32_t, AbstractRegisterLocation> collection;
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp100 UnwindPlan::Row::AbstractRegisterLocation first_row_pc_loc; in AugmentUnwindPlanFromCallSite()
129 UnwindPlan::Row::AbstractRegisterLocation last_row_pc_loc; in AugmentUnwindPlanFromCallSite()
H A Dx86AssemblyInspectionEngine.cpp918 UnwindPlan::Row::AbstractRegisterLocation initial_regloc; in GetNonCallSiteUnwindPlanFromAssembly()
1057 UnwindPlan::Row::AbstractRegisterLocation regloc; in GetNonCallSiteUnwindPlanFromAssembly()
1151 UnwindPlan::Row::AbstractRegisterLocation regloc; in GetNonCallSiteUnwindPlanFromAssembly()
1250 UnwindPlan::Row::AbstractRegisterLocation sp, pc; in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h45 lldb_private::UnwindPlan::Row::AbstractRegisterLocation &unwind_regloc)
H A DABISysV_s390x.cpp646 UnwindPlan::Row::AbstractRegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h154 std::optional<UnwindPlan::Row::AbstractRegisterLocation>
H A DABI.h108 UnwindPlan::Row::AbstractRegisterLocation &unwind_regloc);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp213 UnwindPlan::Row::AbstractRegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
H A DRegisterContextUnwind.cpp1268 std::optional<UnwindPlan::Row::AbstractRegisterLocation>
1275 UnwindPlan::Row::AbstractRegisterLocation unwindplan_regloc; in GetAbstractRegisterLocation()
1501 std::optional<UnwindPlan::Row::AbstractRegisterLocation> abs_regloc = in SavedLocationForRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp615 UnwindPlan::Row::AbstractRegisterLocation loc; in ParseCFIUnwindRow()
764 UnwindPlan::Row::AbstractRegisterLocation loc; in ParseWinUnwindPlan()