Searched refs:GetRegister (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.h197 lldb::SBValue GetRegister(const MIuint vRegisterIndex) const;
231 lldb::SBValue GetRegister(const MIuint vRegisterIndex) const;
H A DMICmdCmdData.cpp848 lldb::SBValue regValue = GetRegister(nRegIndex);
927 CMICmdCmdDataListRegisterNames::GetRegister(const MIuint vRegisterIndex) const function in class:CMICmdCmdDataListRegisterNames
1053 lldb::SBValue regValue = GetRegister(nRegIndex);
1134 CMICmdCmdDataListRegisterValues::GetRegister(const MIuint vRegisterIndex) const function in class:CMICmdCmdDataListRegisterValues

Completed in 54 milliseconds