Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h131 struct MBBSectionRange { struct
135 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; argument
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp589 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC() local
592 : MBBSectionRange.BeginLabel, in attachRangesOrLowHighPC()
593 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
DAsmPrinter.cpp1267 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
1375 MBBSectionRange{CurrentFnBegin, CurrentFnEnd}; in emitFunctionBody()