Searched refs:UnwindSectionInfo (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 115 struct UnwindSectionInfo { struct 126 class SPSSerializationTraits<SPSUnwindSectionInfo, UnwindSectionInfo> { 128 static size_t size(const UnwindSectionInfo &USI) { in size() 133 static bool serialize(SPSOutputBuffer &OB, const UnwindSectionInfo &USI) { in serialize() 138 static bool deserialize(SPSInputBuffer &IB, UnwindSectionInfo &USI) { in deserialize() 173 UnwindSections(const UnwindSectionInfo &USI) in UnwindSections() 240 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections, 243 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindSections, 539 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in registerObjectPlatformSections() 623 ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> UnwindInfo, in deregisterObjectPlatformSections() [all …]
|