Home
last modified time | relevance | path

Searched refs:UnwindSections (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dmacho_platform.cpp268 struct UnwindSections { struct in __anon217c3caf0211::MachOPlatformRuntimeState
269 UnwindSections(const UnwindSectionInfo &USI) in UnwindSections() function
278 IntervalMap<char *, UnwindSections, IntervalCoalescing::Disabled>;
291 UnwindSectionsMap UnwindSections; member
326 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()
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h150 struct UnwindSections { struct
173 std::optional<UnwindSections> findUnwindSectionInfo(jitlink::LinkGraph &G); argument
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1072 std::optional<MachOPlatform::MachOPlatformPlugin::UnwindSections>
1077 UnwindSections US; in findUnwindSectionInfo()