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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h52 eRegisterInRegister, // register is available in a (possible other) register (register_number) enumerator in enum:lldb_private::UnwindLLDB::RegisterLocation::RegisterLocationTypes
H A DUnwindLLDB.cpp521 && regloc.type == UnwindLLDB::RegisterLocation::eRegisterInRegister
H A DRegisterContextLLDB.cpp1050 case UnwindLLDB::RegisterLocation::eRegisterInRegister:
1110 case UnwindLLDB::RegisterLocation::eRegisterInRegister:
1473 regloc.type = UnwindLLDB::RegisterLocation::eRegisterInRegister;
1516 regloc.type = UnwindLLDB::RegisterLocation::eRegisterInRegister;

Completed in 83 milliseconds