Home
last modified time | relevance | path

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

/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