Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/
DDWARFContext.h176 std::map<object::SectionRef, unsigned> > TypeSectionMap; typedef
177 virtual const TypeSectionMap &getTypesSections() = 0;
194 virtual const TypeSectionMap &getTypesDWOSections() = 0;
221 TypeSectionMap TypesSections;
238 TypeSectionMap TypesDWOSections;
252 const TypeSectionMap &getTypesSections() override { return TypesSections; } in getTypesSections()
269 const TypeSectionMap &getTypesDWOSections() override { in getTypesDWOSections()