Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h48 eRegisterInRegister, // register is available in a (possible other) enumerator
H A DRegisterContextLLDB.cpp1015 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in ReadRegisterValueFromRegisterLocation()
1065 case UnwindLLDB::RegisterLocation::eRegisterInRegister: { in WriteRegisterValueToRegisterLocation()
1417 regloc.type = UnwindLLDB::RegisterLocation::eRegisterInRegister; in SavedLocationForRegister()
1492 regloc.type = UnwindLLDB::RegisterLocation::eRegisterInRegister; in SavedLocationForRegister()
H A DUnwindLLDB.cpp493 regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister && in SearchForSavedLocationForRegister()