Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp257 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()
258 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
DDwarfCompileUnit.cpp457 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIEImpl()
641 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
DAsmPrinter.cpp1711 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()
1832 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()
2368 MBBSectionRanges.clear(); in SetupMachineFunction()
DDwarfDebug.cpp1699 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()
2254 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h138 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable