Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h194 virtual const TypeSectionMap &getTypesDWOSections() = 0;
269 const TypeSectionMap &getTypesDWOSections() override { in getTypesDWOSections() function
DDWARFContext.cpp375 for (const auto &I : getTypesDWOSections()) { in parseDWOTypeUnits()