Searched refs:MBBSectionRange (Results 1 – 4 of 4) sorted by relevance
153 struct MBBSectionRange { struct157 MapVector<MBBSectionID, MBBSectionRange> MBBSectionRanges; argument
718 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionID()]; in attachRangesOrLowHighPC() local721 : MBBSectionRange.BeginLabel, in attachRangesOrLowHighPC()722 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
1786 for (const auto &[MBBSectionId, MBBSectionRange] : in buildLocationList()1789 DebugLoc.emplace_back(MBBSectionRange.BeginLabel, EndLabel, Values); in buildLocationList()1792 DebugLoc.emplace_back(MBBSectionRange.BeginLabel, in buildLocationList()1793 MBBSectionRange.EndLabel, Values); in buildLocationList()
1831 MBBSectionRange{CurrentFnBegin, nullptr}; in emitFunctionBody()1995 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()