Home
last modified time | relevance | path

Searched refs:RegLocs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFUnwindTable.h236 RegisterLocations RegLocs; ///< How to unwind all registers in this list. variable
265 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations()
266 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations()