Home
last modified time | relevance | path

Searched refs:GetDebugInfoSize (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFUnit.h135 size_t GetDebugInfoSize() const;
HDDWARFUnit.cpp180 m_die_array.reserve(GetDebugInfoSize() / 24); in ExtractDIEsRWLocked()
406 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit