Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h177 virtual const TypeSectionMap &getTypesSections() = 0;
252 const TypeSectionMap &getTypesSections() override { return TypesSections; } in getTypesSections() function
DDWARFContext.cpp336 for (const auto &I : getTypesSections()) { in parseTypeUnits()