Searched refs:MBBSectionRanges (Results 1 – 5 of 5) sorted by relevance
257 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()258 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
392 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()589 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
1266 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()1374 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()1854 MBBSectionRanges.clear(); in SetupMachineFunction()
1653 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()2106 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
135 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable