| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| HD | RegisterContextLLDB.cpp | 993 lldb_private::UnwindLLDB::RegisterLocation regloc, in ReadRegisterValueFromRegisterLocation() 1000 case UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext: { in ReadRegisterValueFromRegisterLocation() 1010 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in ReadRegisterValueFromRegisterLocation() 1024 case UnwindLLDB::RegisterLocation::eRegisterValueInferred: in ReadRegisterValueFromRegisterLocation() 1029 case UnwindLLDB::RegisterLocation::eRegisterNotSaved: in ReadRegisterValueFromRegisterLocation() 1031 case UnwindLLDB::RegisterLocation::eRegisterSavedAtHostMemoryLocation: in ReadRegisterValueFromRegisterLocation() 1033 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in ReadRegisterValueFromRegisterLocation() 1046 lldb_private::UnwindLLDB::RegisterLocation regloc, in WriteRegisterValueToRegisterLocation() 1054 case UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext: { in WriteRegisterValueToRegisterLocation() 1060 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in WriteRegisterValueToRegisterLocation() [all …]
|
| HD | RegisterContextLLDB.h | 147 lldb_private::UnwindLLDB::RegisterLocation ®loc); 150 lldb_private::UnwindLLDB::RegisterLocation regloc, 155 lldb_private::UnwindLLDB::RegisterLocation regloc, 246 std::map<uint32_t, lldb_private::UnwindLLDB::RegisterLocation>
|
| HD | UnwindLLDB.h | 41 struct RegisterLocation { struct 94 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc,
|
| HD | UnwindLLDB.cpp | 471 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc, in SearchForSavedLocationForRegister() 495 UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext) { in SearchForSavedLocationForRegister() 506 regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister && in SearchForSavedLocationForRegister()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | UnwindPlan.cpp | 22 bool UnwindPlan::Row::RegisterLocation:: 23 operator==(const UnwindPlan::Row::RegisterLocation &rhs) const { in operator ==() 53 void UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression( in SetAtDWARFExpression() 62 void UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression( in SetIsDWARFExpression() 93 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s, in Dump() 255 UnwindPlan::Row::RegisterLocation ®ister_location) const { in GetRegisterInfo() 273 const UnwindPlan::Row::RegisterLocation register_location) { in SetRegisterInfo() 283 RegisterLocation reg_loc; in SetRegisterLocationToAtCFAPlusOffset() 295 RegisterLocation reg_loc; in SetRegisterLocationToIsCFAPlusOffset() 312 RegisterLocation reg_loc; in SetRegisterLocationToUndefined() [all …]
|
| HD | 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()
|
| HD | FuncUnwinders.cpp | 364 UnwindPlan::Row::RegisterLocation a_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation() 365 UnwindPlan::Row::RegisterLocation b_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation()
|
| HD | ArmUnwindInfo.cpp | 336 UnwindPlan::Row::RegisterLocation lr_location; in GetUnwindPlan()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | UnwindPlan.h | 57 class RegisterLocation { 74 RegisterLocation() : m_type(unspecified), m_location() {} in RegisterLocation() function 76 bool operator==(const RegisterLocation &rhs) const; 78 bool operator!=(const RegisterLocation &rhs) const { 331 RegisterLocation ®ister_location) const; 334 const RegisterLocation register_location); 370 typedef std::map<uint32_t, RegisterLocation> collection;
|
| /freebsd-11-stable/contrib/llvm-project/libunwind/src/ |
| HD | DwarfInstructions.hpp | 49 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); 81 const RegisterLocation &savedReg) { in getSavedRegister() 108 const RegisterLocation &savedReg) { in getSavedFloatRegister() 131 const RegisterLocation &savedReg) { in getSavedVectorRegister()
|
| HD | DwarfParser.hpp | 78 struct RegisterLocation { struct in libunwind::CFI_Parser 92 RegisterLocation savedRegisters[kMaxRegisterNumber + 1];
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
| HD | UnwindAssembly-x86.cpp | 99 UnwindPlan::Row::RegisterLocation first_row_pc_loc; in AugmentUnwindPlanFromCallSite() 128 UnwindPlan::Row::RegisterLocation last_row_pc_loc; in AugmentUnwindPlanFromCallSite()
|
| HD | x86AssemblyInspectionEngine.cpp | 929 UnwindPlan::Row::RegisterLocation initial_regloc; in GetNonCallSiteUnwindPlanFromAssembly() 1065 UnwindPlan::Row::RegisterLocation regloc; in GetNonCallSiteUnwindPlanFromAssembly() 1156 UnwindPlan::Row::RegisterLocation regloc; in GetNonCallSiteUnwindPlanFromAssembly() 1248 UnwindPlan::Row::RegisterLocation sp, pc; in GetNonCallSiteUnwindPlanFromAssembly()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/ |
| HD | ABISysV_s390x.h | 46 lldb_private::UnwindPlan::Row::RegisterLocation &unwind_regloc) override;
|
| HD | ABISysV_s390x.cpp | 657 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | ABI.h | 106 UnwindPlan::Row::RegisterLocation &unwind_regloc);
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | ABI.cpp | 177 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| HD | SymbolFileBreakpad.cpp | 472 UnwindPlan::Row::RegisterLocation loc; in ParseCFIUnwindRow() 624 UnwindPlan::Row::RegisterLocation loc; in ParseWinUnwindPlan()
|