Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h193 virtual const TypeSectionMap &getTypesSections() = 0;
285 const TypeSectionMap &getTypesSections() override { return TypesSections; } in getTypesSections() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp423 for (const auto &I : getTypesSections()) { in parseTypeUnits()