Home
last modified time | relevance | path

Searched refs:RegisterLocation (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindPlan.cpp24 bool UnwindPlan::Row::RegisterLocation::
25 operator==(const UnwindPlan::Row::RegisterLocation &rhs) const { in operator ==()
55 void UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression( in SetAtDWARFExpression()
64 void UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression( in SetIsDWARFExpression()
92 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s, in Dump()
285 RegisterLocation reg_loc; in SetRegisterLocationToAtCFAPlusOffset()
297 RegisterLocation reg_loc; in SetRegisterLocationToIsCFAPlusOffset()
314 RegisterLocation reg_loc; in SetRegisterLocationToUndefined()
325 RegisterLocation reg_loc; in SetRegisterLocationToUnspecified()
337 RegisterLocation reg_loc; in SetRegisterLocationToRegister()
[all …]
H A DDWARFCallFrameInfo.cpp636 UnwindPlan::Row::RegisterLocation reg_location; in FDEToUnwindPlan()
820 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode()
850 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode()
862 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode()
874 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode()
887 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode()
948 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode()
962 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode()
H A DFuncUnwinders.cpp364 UnwindPlan::Row::RegisterLocation a_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation()
365 UnwindPlan::Row::RegisterLocation b_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation()
H A DArmUnwindInfo.cpp336 UnwindPlan::Row::RegisterLocation lr_location; in GetUnwindPlan()
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp1097 lldb_private::UnwindLLDB::RegisterLocation regloc, in ReadRegisterValueFromRegisterLocation()
1114 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in ReadRegisterValueFromRegisterLocation()
1133 case UnwindLLDB::RegisterLocation::eRegisterNotSaved: in ReadRegisterValueFromRegisterLocation()
1150 lldb_private::UnwindLLDB::RegisterLocation regloc, in WriteRegisterValueToRegisterLocation()
1175 case UnwindLLDB::RegisterLocation::eRegisterNotSaved: in WriteRegisterValueToRegisterLocation()
1268 UnwindPlan::Row::RegisterLocation unwindplan_regloc; in SavedLocationForRegister()
1342 UnwindPlan::Row::RegisterLocation scratch; in SavedLocationForRegister()
1734 UnwindLLDB::RegisterLocation regloc = {}; in TryFallbackUnwindPlan()
2142 lldb_private::UnwindLLDB::RegisterLocation regloc; in ReadGPRValue()
2190 lldb_private::UnwindLLDB::RegisterLocation regloc; in ReadRegister()
[all …]
H A DUnwindLLDB.cpp472 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, in SearchForSavedLocationForRegister()
496 UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext) { in SearchForSavedLocationForRegister()
507 regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister && in SearchForSavedLocationForRegister()
H A DABI.cpp180 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/x86/
H A DTestx86AssemblyInspectionEngine.cpp171 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
247 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
384 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
653 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
805 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
914 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
965 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
1008 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
1057 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
1088 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h152 lldb_private::UnwindLLDB::RegisterLocation &regloc);
155 lldb_private::UnwindLLDB::RegisterLocation regloc,
160 lldb_private::UnwindLLDB::RegisterLocation regloc,
252 std::map<uint32_t, lldb_private::UnwindLLDB::RegisterLocation>
H A DUnwindLLDB.h41 struct RegisterLocation { struct
93 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc,
H A DABI.h107 UnwindPlan::Row::RegisterLocation &unwind_regloc);
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DUnwindPlan.h57 class RegisterLocation {
74 RegisterLocation() : m_location() {} in RegisterLocation() function
76 bool operator==(const RegisterLocation &rhs) const;
78 bool operator!=(const RegisterLocation &rhs) const {
328 RegisterLocation &register_location) const;
331 const RegisterLocation register_location);
386 typedef std::map<uint32_t, RegisterLocation> collection;
/llvm-project-15.0.7/libunwind/src/
H A DDwarfInstructions.hpp49 typedef typename CFI_Parser<A>::RegisterLocation RegisterLocation; typedef in libunwind::DwarfInstructions
58 pint_t cfa, const RegisterLocation &savedReg);
60 pint_t cfa, const RegisterLocation &savedReg);
62 pint_t cfa, const RegisterLocation &savedReg);
92 const RegisterLocation &savedReg) { in getSavedRegister()
124 const RegisterLocation &savedReg) { in getSavedFloatRegister()
152 const RegisterLocation &savedReg) { in getSavedVectorRegister()
H A DDwarfParser.hpp80 struct RegisterLocation { struct in libunwind::CFI_Parser
92 RegisterLocation savedRegisters[kMaxRegisterNumber + 1];
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/ARM64/
H A DTestArm64InstEmulation.cpp65 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
161 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
323 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
418 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
520 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
692 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
791 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp100 UnwindPlan::Row::RegisterLocation first_row_pc_loc; in AugmentUnwindPlanFromCallSite()
129 UnwindPlan::Row::RegisterLocation last_row_pc_loc; in AugmentUnwindPlanFromCallSite()
H A Dx86AssemblyInspectionEngine.cpp930 UnwindPlan::Row::RegisterLocation initial_regloc; in GetNonCallSiteUnwindPlanFromAssembly()
1066 UnwindPlan::Row::RegisterLocation regloc; in GetNonCallSiteUnwindPlanFromAssembly()
1157 UnwindPlan::Row::RegisterLocation regloc; in GetNonCallSiteUnwindPlanFromAssembly()
1249 UnwindPlan::Row::RegisterLocation sp, pc; in GetNonCallSiteUnwindPlanFromAssembly()
/llvm-project-15.0.7/lldb/unittests/UnwindAssembly/PPC64/
H A DTestPPC64InstEmulation.cpp64 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
183 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.h46 lldb_private::UnwindPlan::Row::RegisterLocation &unwind_regloc) override;
H A DABISysV_s390x.cpp645 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp622 UnwindPlan::Row::RegisterLocation loc; in ParseCFIUnwindRow()
774 UnwindPlan::Row::RegisterLocation loc; in ParseWinUnwindPlan()