Searched refs:MBBSectionRanges (Results 1 – 9 of 9) sorted by relevance
257 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()258 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
457 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIEImpl()641 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
1711 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()1832 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()2368 MBBSectionRanges.clear(); in SetupMachineFunction()
1699 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()2254 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
138 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable