Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h260 RegisterLocations RegLocs; ///< How to unwind all registers in this list. variable
289 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations()
290 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp179 if (RegLocs.hasLocations()) { in dump()
181 RegLocs.dump(OS, DumpOpts); in dump()