Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBSymbolContext.cpp217 SBSymbolContext::GetParentOfInlinedScope(const SBAddress &curr_frame_pc, in GetParentOfInlinedScope() argument
222 curr_frame_pc, parent_frame_addr); in GetParentOfInlinedScope()
225 if (m_opaque_up.get() && curr_frame_pc.IsValid()) { in GetParentOfInlinedScope()
226 if (m_opaque_up->GetParentOfInlinedScope(curr_frame_pc.ref(), sb_sc.ref(), in GetParentOfInlinedScope()
/external/llvm-project/lldb/bindings/interface/
DSBSymbolContext.i77 GetParentOfInlinedScope (const lldb::SBAddress &curr_frame_pc,
/external/llvm-project/lldb/include/lldb/API/
DSBSymbolContext.h52 SBSymbolContext GetParentOfInlinedScope(const SBAddress &curr_frame_pc,
/external/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp439 bool SymbolContext::GetParentOfInlinedScope(const Address &curr_frame_pc, in GetParentOfInlinedScope() argument
466 if (curr_inlined_block->GetRangeContainingAddress(curr_frame_pc, range)) { in GetParentOfInlinedScope()
490 curr_inlined_block->GetID(), curr_frame_pc.GetFileAddress()); in GetParentOfInlinedScope()
505 curr_inlined_block->GetID(), curr_frame_pc.GetFileAddress(), in GetParentOfInlinedScope()
513 curr_inlined_block->GetID(), curr_frame_pc.GetFileAddress()); in GetParentOfInlinedScope()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h312 bool GetParentOfInlinedScope(const Address &curr_frame_pc,