Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAranges.h42 size_t GetNumRanges() const { return m_aranges.GetSize(); } in GetNumRanges() function
/external/llvm-project/lldb/include/lldb/Symbol/
DBlock.h341 size_t GetNumRanges() const { return m_ranges.GetSize(); } in GetNumRanges() function
/external/llvm-project/lldb/source/API/
DSBBlock.cpp192 uint32_t SBBlock::GetNumRanges() { in GetNumRanges() function in SBBlock