Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp256 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()
257 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
H A DDwarfCompileUnit.cpp504 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()
672 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp1716 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()
H A DAsmPrinter.cpp1852 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()
1973 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()
2578 MBBSectionRanges.clear(); in SetupMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h138 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable