Lines Matching defs:UnwindSections
172 struct UnwindSections {
173 UnwindSections(const UnwindSectionInfo &USI)
182 IntervalMap<char *, UnwindSections, IntervalCoalescing::Disabled>;
201 UnwindSectionsMap UnwindSections;
240 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections,
243 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections,
572 JDS->UnwindSections.insert(CodeRange.Start.toPtr<char *>(),
656 JDS->UnwindSections.erase(CodeRange.Start.toPtr<char *>(),
963 auto I = JD.UnwindSections.find(reinterpret_cast<char *>(Addr));
964 if (I != JD.UnwindSections.end()) {