Searched refs:MBBSectionRanges (Results 1 – 5 of 5) sorted by relevance
256 {Asm->MBBSectionRanges[MBB.getSectionID()].BeginLabel, in computeCallSiteTable()257 Asm->MBBSectionRanges[MBB.getSectionID()].EndLabel, in computeCallSiteTable()
1369 auto Features = getBBAddrMapFeature(MF, MBBSectionRanges.size()); in emitBBAddrMapSection()1374 OutStreamer->emitULEB128IntValue(MBBSectionRanges.size()); in emitBBAddrMapSection()1858 assert(!MBBSectionRanges.contains(MBB.getSectionID()) && in emitFunctionBody()1860 MBBSectionRanges[MBB.getSectionID()] = in emitFunctionBody()1977 assert(!MBBSectionRanges.contains(MF->front().getSectionID()) && in emitFunctionBody()1979 MBBSectionRanges[MF->front().getSectionID()] = in emitFunctionBody()2585 MBBSectionRanges.clear(); in SetupMachineFunction()
519 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()687 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionID()]; in attachRangesOrLowHighPC()
1716 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionID()].EndLabel; in buildLocationList()2291 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()2300 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
140 MapVector<MBBSectionID, MBBSectionRange> MBBSectionRanges; variable