Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h46 eRegisterSavedAtMemoryLocation, // register is saved at a specific word of enumerator
H A DRegisterContextLLDB.cpp1038 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in ReadRegisterValueFromRegisterLocation()
1080 case UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation: { in WriteRegisterValueToRegisterLocation()
1442 regloc.type = UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()
1472 regloc.type = UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()
1528 UnwindLLDB::RegisterLocation::eRegisterSavedAtMemoryLocation; in SavedLocationForRegister()