Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp257 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()
258 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
DDwarfCompileUnit.cpp392 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()
589 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
DAsmPrinter.cpp1266 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()
1374 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()
1854 MBBSectionRanges.clear(); in SetupMachineFunction()
DDwarfDebug.cpp1653 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()
2106 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h135 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable