Lines Matching defs:US
1254 UnwindSections US;
1279 ScanUnwindInfoSection(*EHFrameSec, US.DwarfSection);
1283 ScanUnwindInfoSection(*CUInfoSec, US.CompactUnwindSection);
1296 if (US.CodeRanges.empty() || US.CodeRanges.back().End != B->getAddress())
1297 US.CodeRanges.push_back(B->getRange());
1299 US.CodeRanges.back().End = B->getRange().End;
1305 if (US.DwarfSection.Start)
1306 dbgs() << US.DwarfSection << "\n";
1310 if (US.CompactUnwindSection.Start)
1311 dbgs() << US.CompactUnwindSection << "\n";
1315 for (auto &CR : US.CodeRanges)
1317 if (US.CodeRanges.size() >= G.sections_size())
1322 return US;