Lines Matching refs:UnwindInfoSections
908 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections §s);
926 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections §s,
938 const UnwindInfoSections §s);
1240 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
1243 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
1248 EHABISectionIterator(A& addressSpace, const UnwindInfoSections& sects, size_t i) in EHABISectionIterator()
1284 const UnwindInfoSections* _sects;
1313 const UnwindInfoSections §s) { in getInfoFromEHABISection()
1451 const UnwindInfoSections §s, in getInfoFromDwarfSection()
1525 const UnwindInfoSections §s) { in getInfoFromCompactEncodingSection()
1846 UnwindInfoSections sects; in setInfoBasedOnIPRegister()