Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp256 {Asm->MBBSectionRanges[MBB.getSectionID()].BeginLabel, in computeCallSiteTable()
257 Asm->MBBSectionRanges[MBB.getSectionID()].EndLabel, in computeCallSiteTable()
H A DAsmPrinter.cpp1369 auto Features = getBBAddrMapFeature(MF, MBBSectionRanges.size()); in emitBBAddrMapSection()
1374 OutStreamer->emitULEB128IntValue(MBBSectionRanges.size()); in emitBBAddrMapSection()
1858 assert(!MBBSectionRanges.contains(MBB.getSectionID()) && in emitFunctionBody()
1860 MBBSectionRanges[MBB.getSectionID()] = in emitFunctionBody()
1977 assert(!MBBSectionRanges.contains(MF->front().getSectionID()) && in emitFunctionBody()
1979 MBBSectionRanges[MF->front().getSectionID()] = in emitFunctionBody()
2585 MBBSectionRanges.clear(); in SetupMachineFunction()
H A DDwarfCompileUnit.cpp519 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()
687 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionID()]; in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp1716 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionID()].EndLabel; in buildLocationList()
2291 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
2300 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h140 MapVector<MBBSectionID, MBBSectionRange> MBBSectionRanges; variable