Searched refs:frame_base (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp752 DWARFExpression *frame_base
871 if (frame_base)
877 frame_base->SetOpcodeData(debug_info_data, block_offset, block_length);
887 frame_base->SetOpcodeData(debug_loc_data, debug_loc_offset, loc_list_length);
891 frame_base->SetLocationListSlide(lo_pc - cu->GetBaseAddress());
924 frame_base->SetLocationListSlide (lowest_range_pc - cu->GetBaseAddress());
H A DDWARFDebugInfoEntry.h315 lldb_private::DWARFExpression *frame_base = NULL) const;
H A DSymbolFileDWARF.cpp1032 DWARFExpression frame_base; local
1050 &frame_base))
1096 if (frame_base.IsValid())
1097 func_sp->GetFrameBaseExpression() = frame_base;
/external/lldb/source/Target/
H A DStackFrame.cpp1109 StackFrame::GetFrameBaseValue (Scalar &frame_base, Error *error_ptr) argument
1144 frame_base = m_frame_base;
/external/pcre/dist/
H A Dpcre_exec.c6296 release_match_heapframes (heapframe *frame_base) argument
6298 heapframe *nextframe = frame_base->Xnextframe;

Completed in 577 milliseconds