Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h150 lldb::SBValue FindRegister(const char *name);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdVar.cpp182 value = frame.FindRegister(rStrRegister.c_str()); in Execute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp1110 SBValue SBFrame::FindRegister(const char *name) { in FindRegister() function in SBFrame