Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp113 struct UnwindSectionInfo { struct
124 class SPSSerializationTraits<SPSUnwindSectionInfo, UnwindSectionInfo> {
126 static size_t size(const UnwindSectionInfo &USI) { in size()
131 static bool serialize(SPSOutputBuffer &OB, const UnwindSectionInfo &USI) { in serialize()
136 static bool deserialize(SPSInputBuffer &IB, UnwindSectionInfo &USI) { in deserialize()
258 UnwindSections(const UnwindSectionInfo &USI) in UnwindSections()
325 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections,
328 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections,
615 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in registerObjectPlatformSections()
693 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in deregisterObjectPlatformSections()
[all …]