Searched refs:eRegisterInLiveRegisterContext (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h55 eRegisterInLiveRegisterContext // register value is in a live (stack frame #0) register enumerator in enum:lldb_private::UnwindLLDB::RegisterLocation::RegisterLocationTypes
H A DUnwindLLDB.cpp511 && regloc.type == UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext)
H A DRegisterContextLLDB.cpp1040 case UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext:
1104 case UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext:
1314 new_regloc.type = UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext;
1436 new_regloc.type = UnwindLLDB::RegisterLocation::eRegisterInLiveRegisterContext;

Completed in 252 milliseconds