Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp162 uint32_t SBBlock::GetNumRanges() { in GetNumRanges() function in SBBlock
164 return m_opaque_ptr->GetNumRanges(); in GetNumRanges()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h51 size_t GetNumRanges() const { return m_aranges.GetSize(); } in GetNumRanges() function
H A DDWARFUnit.cpp476 size_t num_debug_aranges = debug_aranges->GetNumRanges(); in BuildAddressRangeTable()
511 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable()
539 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable()
H A DDWARFDebugInfo.cpp64 for (size_t n = 0; n < m_cu_aranges_ap.get()->GetNumRanges(); n++) { in GetCompileUnitAranges()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBBlock.h48 uint32_t GetNumRanges();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DBlock.h395 size_t GetNumRanges() const { return m_ranges.GetSize(); } in GetNumRanges() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOut.cpp443 size_t num_ranges = inlined_block->GetNumRanges(); in QueueInlinedStepPlan()