Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h134 struct MBBSectionRange { struct
138 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp641 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC() local
644 : MBBSectionRange.BeginLabel, in attachRangesOrLowHighPC()
645 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
DAsmPrinter.cpp1712 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
1833 MBBSectionRange{CurrentFnBegin, CurrentFnEnd}; in emitFunctionBody()