Home
last modified time | relevance | path

Searched refs:MBBSectionRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h132 struct MBBSectionRange { struct
136 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; argument
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp639 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC() local
642 : MBBSectionRange.BeginLabel, in attachRangesOrLowHighPC()
643 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
H A DAsmPrinter.cpp1587 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
1694 MBBSectionRange{CurrentFnBegin, CurrentFnEnd}; in emitFunctionBody()