Searched defs:RegisterLocation (Results 1 – 4 of 4) sorted by relevance
41 struct RegisterLocation { struct42 enum RegisterLocationTypes { argument56 int type;57 union {64 } location;
79 struct RegisterLocation { struct in libunwind::CFI_Parser80 RegisterSavedWhere location;81 bool initialStateSaved;82 int64_t value;
49 typedef typename CFI_Parser<A>::RegisterLocation RegisterLocation; typedef in libunwind::DwarfInstructions
74 RegisterLocation() : m_type(unspecified), m_location() {} in RegisterLocation() function