Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp37 size_t num_debug_aranges = debug_aranges->GetNumRanges(); in BuildAddressRangeTable()
54 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable()
73 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/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/API/
H A DSBBlock.cpp188 uint32_t SBBlock::GetNumRanges() { in GetNumRanges() function in SBBlock
192 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.h343 size_t GetNumRanges() const { return m_ranges.GetSize(); } in GetNumRanges() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp462 size_t num_ranges = inlined_block->GetNumRanges(); in QueueInlinedStepPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1015 for (size_t i = 0, num_ranges = block->GetNumRanges(); i < num_ranges; in ParseVariableForPDBData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp404 if (block.GetNumRanges() == 0) in CreateBlock()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7224 result = (uint32_t)(arg1)->GetNumRanges(); in _wrap_SBBlock_GetNumRanges()