Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFUnit.h111 size_t getDebugInfoSize() const { return Length + 4 - getSize(); } in getDebugInfoSize() function
HDDWARFUnit.cpp184 Dies.reserve(Dies.size() + getDebugInfoSize() / 14); in extractDIEsToVector()