Searched defs:TypeSectionMap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFContext.h176 std::map<object::SectionRef, unsigned> > TypeSectionMap; typedef in class:llvm::DWARFContext
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; }
269 const TypeSectionMap &getTypesDWOSections() override {

Completed in 115 milliseconds