Searched refs:curr_frame_pc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBSymbolContext.h53 GetParentOfInlinedScope (const SBAddress &curr_frame_pc,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBSymbolContext.cpp274 SBSymbolContext::GetParentOfInlinedScope (const SBAddress &curr_frame_pc, argument
278 if (m_opaque_ap.get() && curr_frame_pc.IsValid())
280 if (m_opaque_ap->GetParentOfInlinedScope (curr_frame_pc.ref(), sb_sc.ref(), parent_frame_addr.ref()))
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymbolContext.h320 /// @param[in] curr_frame_pc
335 GetParentOfInlinedScope (const Address &curr_frame_pc,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolContext.cpp452 SymbolContext::GetParentOfInlinedScope (const Address &curr_frame_pc, argument
461 //const addr_t curr_frame_file_addr = curr_frame_pc.GetFileAddress();
481 if (curr_inlined_block->GetRangeContainingAddress (curr_frame_pc, range))
500 curr_inlined_block->GetID(), curr_frame_pc.GetFileAddress());
521 curr_frame_pc.GetFileAddress(),
529 curr_frame_pc.GetFileAddress());

Completed in 69 milliseconds