Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFContext.h141 virtual const std::map<object::SectionRef, Section> &getTypesSections() = 0;
211 virtual const std::map<object::SectionRef, Section> &getTypesSections() { in getTypesSections() function
HDDWARFContext.cpp298 const std::map<object::SectionRef, Section> &Sections = getTypesSections(); in parseTypeUnits()