/external/llvm-project/lldb/source/Target/ |
D | RegisterContextUnwind.cpp | 997 lldb_private::UnwindLLDB::RegisterLocation regloc, in ReadRegisterValueFromRegisterLocation() 1004 case UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext: { in ReadRegisterValueFromRegisterLocation() 1014 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in ReadRegisterValueFromRegisterLocation() 1028 case UnwindLLDB::RegisterLocation::eRegisterValueInferred: in ReadRegisterValueFromRegisterLocation() 1033 case UnwindLLDB::RegisterLocation::eRegisterNotSaved: in ReadRegisterValueFromRegisterLocation() 1035 case UnwindLLDB::RegisterLocation::eRegisterSavedAtHostMemoryLocation: in ReadRegisterValueFromRegisterLocation() 1037 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in ReadRegisterValueFromRegisterLocation() 1050 lldb_private::UnwindLLDB::RegisterLocation regloc, in WriteRegisterValueToRegisterLocation() 1058 case UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext: { in WriteRegisterValueToRegisterLocation() 1064 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in WriteRegisterValueToRegisterLocation() [all …]
|
D | UnwindLLDB.cpp | 470 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc, in SearchForSavedLocationForRegister() 494 UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext) { in SearchForSavedLocationForRegister() 505 regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister && in SearchForSavedLocationForRegister()
|
D | ABI.cpp | 177 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
|
/external/llvm-project/lldb/source/Symbol/ |
D | UnwindPlan.cpp | 23 bool UnwindPlan::Row::RegisterLocation:: 24 operator==(const UnwindPlan::Row::RegisterLocation &rhs) const { in operator ==() 54 void UnwindPlan::Row::RegisterLocation::SetAtDWARFExpression( in SetAtDWARFExpression() 63 void UnwindPlan::Row::RegisterLocation::SetIsDWARFExpression( in SetIsDWARFExpression() 91 void UnwindPlan::Row::RegisterLocation::Dump(Stream &s, in Dump() 253 UnwindPlan::Row::RegisterLocation ®ister_location) const { in GetRegisterInfo() 271 const UnwindPlan::Row::RegisterLocation register_location) { in SetRegisterInfo() 281 RegisterLocation reg_loc; in SetRegisterLocationToAtCFAPlusOffset() 293 RegisterLocation reg_loc; in SetRegisterLocationToIsCFAPlusOffset() 310 RegisterLocation reg_loc; in SetRegisterLocationToUndefined() [all …]
|
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()
|
D | FuncUnwinders.cpp | 364 UnwindPlan::Row::RegisterLocation a_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation() 365 UnwindPlan::Row::RegisterLocation b_pc_regloc; in CompareUnwindPlansForIdenticalInitialPCLocation()
|
D | ArmUnwindInfo.cpp | 336 UnwindPlan::Row::RegisterLocation lr_location; in GetUnwindPlan()
|
/external/llvm-project/lldb/unittests/UnwindAssembly/x86/ |
D | Testx86AssemblyInspectionEngine.cpp | 171 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 …]
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | RegisterContextUnwind.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>
|
D | UnwindLLDB.h | 41 struct RegisterLocation { struct 93 uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation ®loc,
|
D | ABI.h | 106 UnwindPlan::Row::RegisterLocation &unwind_regloc);
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | 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 { 330 RegisterLocation ®ister_location) const; 333 const RegisterLocation register_location); 369 typedef std::map<uint32_t, RegisterLocation> collection;
|
/external/llvm-project/libunwind/src/ |
D | 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() 109 const RegisterLocation &savedReg) { in getSavedFloatRegister() 133 const RegisterLocation &savedReg) { in getSavedVectorRegister()
|
D | DwarfParser.hpp | 79 struct RegisterLocation { struct in libunwind::CFI_Parser 91 RegisterLocation savedRegisters[kMaxRegisterNumber + 1];
|
/external/llvm-project/lldb/unittests/UnwindAssembly/ARM64/ |
D | TestArm64InstEmulation.cpp | 65 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()
|
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/ |
D | UnwindAssembly-x86.cpp | 101 UnwindPlan::Row::RegisterLocation first_row_pc_loc; in AugmentUnwindPlanFromCallSite() 130 UnwindPlan::Row::RegisterLocation last_row_pc_loc; in AugmentUnwindPlanFromCallSite()
|
D | 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()
|
/external/llvm-project/lldb/unittests/UnwindAssembly/PPC64/ |
D | TestPPC64InstEmulation.cpp | 64 UnwindPlan::Row::RegisterLocation regloc; in TEST_F() 183 UnwindPlan::Row::RegisterLocation regloc; in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/ABI/SystemZ/ |
D | ABISysV_s390x.h | 46 lldb_private::UnwindPlan::Row::RegisterLocation &unwind_regloc) override;
|
D | ABISysV_s390x.cpp | 644 UnwindPlan::Row::RegisterLocation &unwind_regloc) { in GetFallbackRegisterLocation()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
D | SymbolFileBreakpad.cpp | 487 UnwindPlan::Row::RegisterLocation loc; in ParseCFIUnwindRow() 640 UnwindPlan::Row::RegisterLocation loc; in ParseWinUnwindPlan()
|