Searched refs:MBBSectionRanges (Results 1 – 5 of 5) sorted by relevance
254 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()255 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
420 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()627 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
1375 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()1482 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()1966 MBBSectionRanges.clear(); in SetupMachineFunction()
1690 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()2146 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
136 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable