Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBlock.i76 GetNumRanges ();
108 if idx < self.GetNumRanges():
119 return int(self.sbblock.GetNumRanges())
157 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp34 size_t num_debug_aranges = debug_aranges->GetNumRanges(); in BuildAddressRangeTable()
55 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable()
81 if (debug_aranges->GetNumRanges() == num_debug_aranges) { in BuildAddressRangeTable()
H A DDWARFDebugAranges.h41 size_t GetNumRanges() const { return m_aranges.GetSize(); } in GetNumRanges() function
H A DDWARFDebugInfo.cpp50 for (size_t n = 0; n < m_cu_aranges_up->GetNumRanges(); n++) { in GetCompileUnitAranges()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBlock.cpp190 uint32_t SBBlock::GetNumRanges() { in GetNumRanges() function in SBBlock
191 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBBlock, GetNumRanges); in GetNumRanges()
194 return m_opaque_ptr->GetNumRanges(); in GetNumRanges()
369 LLDB_REGISTER_METHOD(uint32_t, SBBlock, GetNumRanges, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBlock.h49 uint32_t GetNumRanges();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DBlock.h341 size_t GetNumRanges() const { return m_ranges.GetSize(); } in GetNumRanges() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp461 size_t num_ranges = inlined_block->GetNumRanges(); in QueueInlinedStepPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1000 for (size_t i = 0, num_ranges = block->GetNumRanges(); i < num_ranges; in ParseVariableForPDBData()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6170 result = (uint32_t)(arg1)->GetNumRanges(); in _wrap_SBBlock_GetNumRanges()