Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h242 RegisterLocations RegLocs; ///< How to unwind all registers in this list. variable
271 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations()
272 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp175 if (RegLocs.hasLocations()) { in dump()
177 RegLocs.dump(OS, MRI, IsEH); in dump()