Home
last modified time | relevance | path

Searched refs:GetNumRanges (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlockExtensions.i7 if idx < self.GetNumRanges():
18 return int(self.sbblock.GetNumRanges())
56 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp39 size_t num_debug_aranges = debug_aranges->GetNumRanges(); in BuildAddressRangeTable()
59 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable()
78 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable()
H A DDWARFDebugAranges.h42 size_t GetNumRanges() const { return m_aranges.GetSize(); }
41 size_t GetNumRanges() const { return m_aranges.GetSize(); } GetNumRanges() function
H A DDWARFDebugInfo.cpp50 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp187 uint32_t SBBlock::GetNumRanges() { in GetNumRanges() function in SBBlock
191 return m_opaque_ptr->GetNumRanges(); in GetNumRanges()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h51 uint32_t GetNumRanges();
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h331 size_t GetNumRanges() const { return m_ranges.GetSize(); } in GetNumRanges() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp420 *s << ", range" << (m_block.GetNumRanges() > 1 ? "s" : "") << " = "; in GetDescription()
425 for (unsigned idx = 0; idx < m_block.GetNumRanges(); ++idx) { in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp505 size_t num_ranges = inlined_block->GetNumRanges(); in QueueInlinedStepPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1001 for (size_t i = 0, num_ranges = block->GetNumRanges(); i < num_ranges; in ParseVariableForPDBData()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7158 result = (uint32_t)(arg1)->GetNumRanges(); in _wrap_SBBlock_GetNumRanges()