Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugFrameTest.cpp393 dwarf::RegisterLocations Locs; in TEST()
814 dwarf::RegisterLocations VerifyLocs; in TEST()
1009 dwarf::RegisterLocations VerifyLocs; in TEST()
1063 dwarf::RegisterLocations VerifyLocs; in TEST()
1110 dwarf::RegisterLocations VerifyLocs; in TEST()
1252 dwarf::RegisterLocations VerifyLocs; in TEST()
1297 dwarf::RegisterLocations VerifyLocs; in TEST()
1342 dwarf::RegisterLocations VerifyLocs; in TEST()
1390 dwarf::RegisterLocations VerifyLocs; in TEST()
1442 dwarf::RegisterLocations VerifyLocs; in TEST()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h180 class RegisterLocations {
230 bool operator==(const RegisterLocations &RHS) const {
235 raw_ostream &operator<<(raw_ostream &OS, const RegisterLocations &RL);
258 RegisterLocations RegLocs; ///< How to unwind all registers in this list.
287 RegisterLocations &getRegisterLocations() { return RegLocs; } in getRegisterLocations()
288 const RegisterLocations &getRegisterLocations() const { return RegLocs; } in getRegisterLocations()
394 const RegisterLocations *InitialLocs);
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp153 void RegisterLocations::dump(raw_ostream &OS, const MCRegisterInfo *MRI, in dump()
168 const RegisterLocations &RL) { in operator <<()
222 const RegisterLocations InitialLocs = Row.getRegisterLocations(); in create()
515 const RegisterLocations *InitialLocs) { in parseRows()
516 std::vector<RegisterLocations> RegisterStates; in parseRows()