Searched refs:GetNumRanges (Results 1 - 6 of 6) sorted by relevance

/external/lldb/scripts/Python/interface/
H A DSBBlock.i79 GetNumRanges ();
108 if idx < self.GetNumRanges():
119 return int(self.sbblock.GetNumRanges())
173 __swig_getmethods__["num_ranges"] = GetNumRanges
174 if _newclass: num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result as GetNumRanges().''')
/external/lldb/include/lldb/API/
H A DSBBlock.h61 GetNumRanges ();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h70 GetNumRanges() const function in class:DWARFDebugAranges
/external/lldb/include/lldb/Symbol/
H A DBlock.h439 GetNumRanges () const function in class:lldb_private::Block
/external/lldb/source/API/
H A DSBBlock.cpp206 SBBlock::GetNumRanges () function in class:SBBlock
209 return m_opaque_ptr->GetNumRanges();
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp422 size_t num_ranges = inlined_block->GetNumRanges();

Completed in 512 milliseconds