Lines Matching defs:US
1253 UnwindSections US;
1278 ScanUnwindInfoSection(*EHFrameSec, US.DwarfSection);
1282 ScanUnwindInfoSection(*CUInfoSec, US.CompactUnwindSection);
1295 if (US.CodeRanges.empty() || US.CodeRanges.back().End != B->getAddress())
1296 US.CodeRanges.push_back(B->getRange());
1298 US.CodeRanges.back().End = B->getRange().End;
1304 if (US.DwarfSection.Start)
1305 dbgs() << US.DwarfSection << "\n";
1309 if (US.CompactUnwindSection.Start)
1310 dbgs() << US.CompactUnwindSection << "\n";
1314 for (auto &CR : US.CodeRanges)
1316 if (US.CodeRanges.size() >= G.sections_size())
1321 return US;