Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h147 size_t GetDebugInfoSize() const;
H A DDWARFUnit.cpp177 m_die_array.reserve(GetDebugInfoSize() / 24); in ExtractDIEsRWLocked()
402 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit