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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h49 size_t GetDebugInfoSize() const { return m_length + 4 - Size(); /* Size in bytes of the .debug_info data associated with this compile unit. */ } function in class:DWARFCompileUnit
98 m_die_array.reserve(GetDebugInfoSize() / 24);

Completed in 76 milliseconds