Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h134 struct MBBSectionRange { struct
138 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp672 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC() local
675 : MBBSectionRange.BeginLabel, in attachRangesOrLowHighPC()
676 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
H A DAsmPrinter.cpp1853 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
1974 MBBSectionRange{CurrentFnBegin, CurrentFnEnd}; in emitFunctionBody()