Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h192 std::map<object::SectionRef, unsigned>> TypeSectionMap; typedef
193 virtual const TypeSectionMap &getTypesSections() = 0;
210 virtual const TypeSectionMap &getTypesDWOSections() = 0;
245 TypeSectionMap TypesSections;
262 TypeSectionMap TypesDWOSections;
285 const TypeSectionMap &getTypesSections() override { return TypesSections; } in getTypesSections()
306 const TypeSectionMap &getTypesDWOSections() override { in getTypesDWOSections()