Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h258 RegisterLocations RegLocs; ///< How to unwind all registers in this list. variable
287 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations()
288 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp180 if (RegLocs.hasLocations()) { in dump()
182 RegLocs.dump(OS, MRI, IsEH); in dump()