Lines Matching defs:USI
128 static size_t size(const UnwindSectionInfo &USI) {
130 USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
133 static bool serialize(SPSOutputBuffer &OB, const UnwindSectionInfo &USI) {
135 OB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
138 static bool deserialize(SPSInputBuffer &IB, UnwindSectionInfo &USI) {
140 IB, USI.CodeRanges, USI.DwarfSection, USI.CompactUnwindSection);
173 UnwindSections(const UnwindSectionInfo &USI)
174 : DwarfSection(USI.DwarfSection.toSpan<char>()),
175 CompactUnwindSection(USI.CompactUnwindSection.toSpan<char>()) {}
1391 [](ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI,
1395 .registerObjectPlatformSections(HeaderAddr, std::move(USI),
1440 [](ExecutorAddr HeaderAddr, std::optional<UnwindSectionInfo> USI,
1444 .deregisterObjectPlatformSections(HeaderAddr, std::move(USI),