Lines Matching full:usi
126 static size_t size(const UnwindSectionInfo &USI) { in size() argument
128 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in size()
131 static bool serialize(SPSOutputBuffer &OB, const UnwindSectionInfo &USI) { in serialize() argument
133 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in serialize()
136 static bool deserialize(SPSInputBuffer &IB, UnwindSectionInfo &USI) { in deserialize() argument
138 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection); in deserialize()
258 UnwindSections(const UnwindSectionInfo &USI) in UnwindSections()
259 : DwarfSection(USI.DwarfSection.toSpan<char>()), in UnwindSections()
260 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {} in UnwindSections()
1387 [](ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, in __orc_rt_macho_register_object_platform_sections()
1391 .registerObjectPlatformSections(HeaderAddr, std::move(USI), in __orc_rt_macho_register_object_platform_sections()
1436 [](ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI, in __orc_rt_macho_deregister_object_platform_sections()
1440 .deregisterObjectPlatformSections(HeaderAddr, std::move(USI), in __orc_rt_macho_deregister_object_platform_sections()