Home
last modified time | relevance | path

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

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