Searched refs:TypeSectionMap (Results 1 – 2 of 2) sorted by relevance
192 std::map<object::SectionRef, unsigned>> TypeSectionMap; typedef193 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()
1216 using TypeSectionMap = MapVector<object::SectionRef, DWARFSectionMap, typedef in __anonddd817f10c11::DWARFObjInMemory1219 TypeSectionMap TypesSections;1220 TypeSectionMap TypesDWOSections;