Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DUnwindLLDB.h41 struct RegisterLocation { struct
42 enum RegisterLocationTypes { argument
56 int type;
57 union {
64 } location;
/external/llvm-project/libunwind/src/
DDwarfParser.hpp79 struct RegisterLocation { struct in libunwind::CFI_Parser
80 RegisterSavedWhere location;
81 bool initialStateSaved;
82 int64_t value;
DDwarfInstructions.hpp49 typedef typename CFI_Parser<A>::RegisterLocation RegisterLocation; typedef in libunwind::DwarfInstructions
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h74 RegisterLocation() : m_type(unspecified), m_location() {} in RegisterLocation() function