Home
last modified time | relevance | path

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

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