Searched refs:UnwindSections (Results 1 – 3 of 3) sorted by relevance
268 struct UnwindSections { struct in __anon217c3caf0211::MachOPlatformRuntimeState269 UnwindSections(const UnwindSectionInfo &USI) in UnwindSections() function278 IntervalMap<char *, UnwindSections, IntervalCoalescing::Disabled>;291 UnwindSectionsMap UnwindSections; member326 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections,329 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections,560 JDS->UnwindSections.insert(CodeRange.Start.toPtr<char *>(), in registerObjectPlatformSections()654 JDS->UnwindSections.erase(CodeRange.Start.toPtr<char *>(), in deregisterObjectPlatformSections()873 auto I = JD.UnwindSections.find(reinterpret_cast<char *>(Addr)); in lookupUnwindSections()874 if (I != JD.UnwindSections.end()) { in lookupUnwindSections()
150 struct UnwindSections { struct173 std::optional<UnwindSections> findUnwindSectionInfo(jitlink::LinkGraph &G); argument
1072 std::optional<MachOPlatform::MachOPlatformPlugin::UnwindSections>1077 UnwindSections US; in findUnwindSectionInfo()