Home
last modified time | relevance | path

Searched refs:MBBSectionRanges (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp251 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()
252 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
H A DDwarfCompileUnit.cpp452 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()
639 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
H A DAsmPrinter.cpp1586 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()
1693 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()
2217 MBBSectionRanges.clear(); in SetupMachineFunction()
H A DDwarfDebug.cpp1673 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()
2218 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h136 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable