Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h188 std::map<object::SectionRef, unsigned>> TypeSectionMap; typedef
189 virtual const TypeSectionMap &getTypesSections() = 0;
205 virtual const TypeSectionMap &getTypesDWOSections() = 0;
240 TypeSectionMap TypesSections;
256 TypeSectionMap TypesDWOSections;
279 const TypeSectionMap &getTypesSections() override { return TypesSections; } in getTypesSections()
299 const TypeSectionMap &getTypesDWOSections() override { in getTypesDWOSections()