Home
last modified time | relevance | path

Searched refs:GetPCAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h54 lldb::SBAddress GetPCAddress() const;
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i70 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (…
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp416 SBAddress SBFrame::GetPCAddress() const { in GetPCAddress() function in SBFrame
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp30425 result = ((lldb::SBFrame const *)arg1)->GetPCAddress(); in _wrap_SBFrame_GetPCAddress()