Home
last modified time | relevance | path

Searched refs:GetParentOfInlinedScope (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSymbolContext.cpp193 SBSymbolContext::GetParentOfInlinedScope(const SBAddress &curr_frame_pc, in GetParentOfInlinedScope() function in SBSymbolContext
199 if (m_opaque_up->GetParentOfInlinedScope(curr_frame_pc.ref(), sb_sc.ref(), in GetParentOfInlinedScope()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSymbolContext.h56 SBSymbolContext GetParentOfInlinedScope(const SBAddress &curr_frame_pc,
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolContext.h308 bool GetParentOfInlinedScope(const Address &curr_frame_pc,
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp119 if (GetParentOfInlinedScope(addr, inline_parent_sc, inline_parent_addr)) { in DumpStopContext()
450 bool SymbolContext::GetParentOfInlinedScope(const Address &curr_frame_pc, in GetParentOfInlinedScope() function in SymbolContext
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp552 while (unwind_sc.GetParentOfInlinedScope( in GetFramesUpTo()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53574 …result = ((lldb::SBSymbolContext const *)arg1)->GetParentOfInlinedScope((lldb::SBAddress const &)*… in _wrap_SBSymbolContext_GetParentOfInlinedScope()