Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h132 struct MBBSectionRange { struct
136 MapVector<unsigned, MBBSectionRange> MBBSectionRanges; argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp627 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionIDNum()]; in attachRangesOrLowHighPC() local
630 : MBBSectionRange.BeginLabel, in attachRangesOrLowHighPC()
631 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
H A DAsmPrinter.cpp1376 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()
1483 MBBSectionRange{CurrentFnBegin, CurrentFnEnd}; in emitFunctionBody()