Searched refs:CodeRanges (Results 1 – 2 of 2) sorted by relevance
1118 if (US.CodeRanges.empty() || US.CodeRanges.back().End != B->getAddress()) in findUnwindSectionInfo()1119 US.CodeRanges.push_back(B->getRange()); in findUnwindSectionInfo()1121 US.CodeRanges.back().End = B->getRange().End; in findUnwindSectionInfo()1137 for (auto &CR : US.CodeRanges) in findUnwindSectionInfo()1139 if (US.CodeRanges.size() >= G.sections_size()) in findUnwindSectionInfo()1211 UnwindInfo = std::make_tuple(std::move(UI->CodeRanges), UI->DwarfSection, in registerObjectPlatformSections()
151 SmallVector<ExecutorAddrRange> CodeRanges; member