Home
last modified time | relevance | path

Searched defs:GetNumRanges (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.h41 size_t GetNumRanges() const { return m_aranges.GetSize(); } GetNumRanges() function
/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/API/
H A DSBBlock.cpp188 uint32_t SBBlock::GetNumRanges() { in GetNumRanges() function in SBBlock