Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h45 eRegisterSavedAtMemoryLocation, // register is saved at a specific word of enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1128 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in ReadRegisterValueFromRegisterLocation()
1170 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in WriteRegisterValueToRegisterLocation()
1568 regloc.type = UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()
1598 regloc.type = UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()
1655 UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()