Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp254 {Asm->MBBSectionRanges[MBB.getSectionIDNum()].BeginLabel, in computeCallSiteTable()
255 Asm->MBBSectionRanges[MBB.getSectionIDNum()].EndLabel, in computeCallSiteTable()
H A DDwarfCompileUnit.cpp420 for (const auto &R : Asm->MBBSectionRanges) in updateSubprogramScopeDIE()
627 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC()
H A DAsmPrinter.cpp1375 MBBSectionRanges[MBB.getSectionIDNum()] = in emitFunctionBody()
1482 MBBSectionRanges[MF->front().getSectionIDNum()] = in emitFunctionBody()
1966 MBBSectionRanges.clear(); in SetupMachineFunction()
H A DDwarfDebug.cpp1690 EndLabel = Asm->MBBSectionRanges[EndMBB.getSectionIDNum()].EndLabel; in buildLocationList()
2146 for (const auto &R : Asm->MBBSectionRanges) in endFunctionImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h136 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; variable