Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h210 virtual const TypeSectionMap &getTypesDWOSections() = 0;
306 const TypeSectionMap &getTypesDWOSections() override { in getTypesDWOSections() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp436 for (const auto &I : getTypesDWOSections()) { in parseDWOTypeUnits()