Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h45 eRegisterSavedAtMemoryLocation, // register is saved at a specific word of enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp1151 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in ReadRegisterValueFromRegisterLocation()
1193 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in WriteRegisterValueToRegisterLocation()
1592 regloc.type = UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()
1622 regloc.type = UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()
1682 UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()