| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 25 bool UnwindPlan::Row::RegisterLocation:: 26 operator==(const UnwindPlan::Row::RegisterLocation &rhs) const { in operator ==() 56 void UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression( in SetAtDWARFExpression() 65 void UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression( in SetIsDWARFExpression() 93 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s, in Dump() 253 UnwindPlan::Row::RegisterLocation ®ister_location) const { in GetRegisterInfo() 275 const UnwindPlan::Row::RegisterLocation register_location) { in SetRegisterInfo() 285 RegisterLocation reg_loc; in SetRegisterLocationToAtCFAPlusOffset() 297 RegisterLocation reg_loc; in SetRegisterLocationToIsCFAPlusOffset() 314 RegisterLocation reg_loc; in SetRegisterLocationToUndefined() [all …]
|
| H A D | DWARFCallFrameInfo.cpp | 637 UnwindPlan::Row::RegisterLocation reg_location; in FDEToUnwindPlan() 821 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode() 851 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode() 863 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode() 875 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode() 888 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode() 949 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode() 963 UnwindPlan::Row::RegisterLocation reg_location; in HandleCommonDwarfOpcode()
|
| H A D | FuncUnwinders.cpp | 364 UnwindPlan::Row::RegisterLocation a_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation() 365 UnwindPlan::Row::RegisterLocation b_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation()
|
| H A D | ArmUnwindInfo.cpp | 336 UnwindPlan::Row::RegisterLocation lr_location; in GetUnwindPlan()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RegisterContextUnwind.cpp | 1097 lldb_private::UnwindLLDB::RegisterLocation regloc, in ReadRegisterValueFromRegisterLocation() 1104 case UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext: { in ReadRegisterValueFromRegisterLocation() 1114 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in ReadRegisterValueFromRegisterLocation() 1128 case UnwindLLDB::RegisterLocation::eRegisterValueInferred: in ReadRegisterValueFromRegisterLocation() 1133 case UnwindLLDB::RegisterLocation::eRegisterNotSaved: in ReadRegisterValueFromRegisterLocation() 1135 case UnwindLLDB::RegisterLocation::eRegisterSavedAtHostMemoryLocation: in ReadRegisterValueFromRegisterLocation() 1137 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in ReadRegisterValueFromRegisterLocation() 1150 lldb_private::UnwindLLDB::RegisterLocation regloc, in WriteRegisterValueToRegisterLocation() 1158 case UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext: { in WriteRegisterValueToRegisterLocation() 1164 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in WriteRegisterValueToRegisterLocation() [all …]
|
| H A D | UnwindLLDB.cpp | 472 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc, in SearchForSavedLocationForRegister() 496 UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext) { in SearchForSavedLocationForRegister() 507 regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister && in SearchForSavedLocationForRegister()
|
| H A D | ABI.cpp | 180 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RegisterContextUnwind.h | 152 lldb_private::UnwindLLDB::RegisterLocation ®loc); 155 lldb_private::UnwindLLDB::RegisterLocation regloc, 160 lldb_private::UnwindLLDB::RegisterLocation regloc, 252 std::map<uint32_t, lldb_private::UnwindLLDB::RegisterLocation>
|
| H A D | UnwindLLDB.h | 41 struct RegisterLocation { struct 93 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc,
|
| H A D | ABI.h | 107 UnwindPlan::Row::RegisterLocation &unwind_regloc);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 57 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 ®ister_location) const; 331 const RegisterLocation register_location); 386 typedef std::map<uint32_t, RegisterLocation> collection;
|
| /openbsd-src/gnu/llvm/libunwind/src/ |
| H A D | DwarfInstructions.hpp | 50 typedef typename CFI_Parser<A>::RegisterLocation RegisterLocation; typedef in libunwind::DwarfInstructions 59 pint_t cfa, const RegisterLocation &savedReg); 61 pint_t cfa, const RegisterLocation &savedReg); 63 pint_t cfa, const RegisterLocation &savedReg); 93 const RegisterLocation &savedReg) { in getSavedRegister() 125 const RegisterLocation &savedReg) { in getSavedFloatRegister() 153 const RegisterLocation &savedReg) { in getSavedVectorRegister()
|
| H A D | DwarfParser.hpp | 81 struct RegisterLocation { struct in libunwind::CFI_Parser 93 RegisterLocation savedRegisters[kMaxRegisterNumber + 1];
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/ |
| H A D | UnwindAssembly-x86.cpp | 100 UnwindPlan::Row::RegisterLocation first_row_pc_loc; in AugmentUnwindPlanFromCallSite() 129 UnwindPlan::Row::RegisterLocation last_row_pc_loc; in AugmentUnwindPlanFromCallSite()
|
| H A D | x86AssemblyInspectionEngine.cpp | 927 UnwindPlan::Row::RegisterLocation initial_regloc; in GetNonCallSiteUnwindPlanFromAssembly() 1063 UnwindPlan::Row::RegisterLocation regloc; in GetNonCallSiteUnwindPlanFromAssembly() 1154 UnwindPlan::Row::RegisterLocation regloc; in GetNonCallSiteUnwindPlanFromAssembly() 1246 UnwindPlan::Row::RegisterLocation sp, pc; in GetNonCallSiteUnwindPlanFromAssembly()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.h | 46 lldb_private::UnwindPlan::Row::RegisterLocation &unwind_regloc) override;
|
| H A D | ABISysV_s390x.cpp | 645 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 624 UnwindPlan::Row::RegisterLocation loc; in ParseCFIUnwindRow() 776 UnwindPlan::Row::RegisterLocation loc; in ParseWinUnwindPlan()
|