Searched defs:RegisterLocation (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h43 struct RegisterLocation { struct in class:lldb_private::UnwindLLDB
90 SearchForSavedLocationForRegister (uint32_t lldb_regnum, lldb_private::UnwindLLDB::RegisterLocation &regloc, uint32_t starting_frame_num, bool pc_register);
/external/libcxxabi/src/Unwind/
H A DDwarfInstructions.hpp51 typedef typename CFI_Parser<A>::RegisterLocation RegisterLocation; typedef in class:libunwind::DwarfInstructions
60 pint_t cfa, const RegisterLocation &savedReg);
62 pint_t cfa, const RegisterLocation &savedReg);
64 pint_t cfa, const RegisterLocation &savedReg);
83 const RegisterLocation &savedReg) {
111 const RegisterLocation &savedReg) {
134 const RegisterLocation &savedReg) {
H A DDwarfParser.hpp76 struct RegisterLocation { struct in class:libunwind::CFI_Parser
90 RegisterLocation savedRegisters[kMaxRegisterNumber];
/external/lldb/include/lldb/Symbol/
H A DUnwindPlan.h44 class RegisterLocation class in class:lldb_private::UnwindPlan::Row
62 RegisterLocation() : function in class:lldb_private::UnwindPlan::Row::RegisterLocation
69 operator == (const RegisterLocation& rhs) const;
72 operator != (const RegisterLocation &rhs) const
255 GetRegisterInfo (uint32_t reg_num, RegisterLocation& register_location) const;
258 SetRegisterInfo (uint32_t reg_num, const RegisterLocation register_location);
336 typedef std::map<uint32_t, RegisterLocation> collection;

Completed in 201 milliseconds