Searched refs:MBBSectionRanges (Results 1 – 5 of 5) sorted by relevance
251 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()252 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
452 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()639 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
1586 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()1693 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()2217 MBBSectionRanges.clear(); in SetupMachineFunction()
1673 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()2218 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
136 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable