Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DUnwindLLDB.h45 eRegisterSavedAtMemoryLocation, // register is saved at a specific word of enumerator
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp1137 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in ReadRegisterValueFromRegisterLocation()
1179 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in WriteRegisterValueToRegisterLocation()
1578 regloc.type = UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()
1608 regloc.type = UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()
1666 UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()