Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBFrame.h151 lldb::SBValue FindRegister(const char *name);
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py240 rax_value = frame_0.FindRegister("rax")
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBFrame.i245 FindRegister (const char *name);
/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp282 lldb::SBValue bndcfgu_val = frame.FindRegister("bndcfgu"); in GetInitInfo()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBFrame.cpp913 SBValue SBFrame::FindRegister(const char *name) { in FindRegister() function in SBFrame