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

/external/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h66 size_t getDebugInfoSize() const { return Length + 4 - getSize(); } function in class:llvm::DWARFCompileUnit
107 DieArray.reserve(getDebugInfoSize() / 14);

Completed in 120 milliseconds