Searched refs:MBBSectionRanges (Results 1 – 5 of 5) sorted by relevance
256 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()257 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
504 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()672 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
1716 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()2291 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()2300 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
1852 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()1973 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()2578 MBBSectionRanges.clear(); in SetupMachineFunction()
138 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable