Searched refs:Spans (Results 1 – 2 of 2) sorted by relevance
18 2. Profiles and Spans24 f. Sweeping and Sorting the Spans164 2. Profiles and Spans565 f. Sweeping and Sorting the Spans
1662 DenseMap<DwarfCompileUnit *, std::vector<ArangeSpan>> Spans; in emitDebugARanges() local1678 Spans[Cur.CU].push_back(Span); in emitDebugARanges()1709 Spans[Prev.CU].push_back(Span); in emitDebugARanges()1723 for (const auto &it : Spans) { in emitDebugARanges()1735 std::vector<ArangeSpan> &List = Spans[CU]; in emitDebugARanges()