Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h153 struct MBBSectionRange { struct
157 MapVector<MBBSectionID, MBBSectionRange> MBBSectionRanges; argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp718 auto MBBSectionRange = Asm->MBBSectionRanges[MBB->getSectionID()]; in attachRangesOrLowHighPC() local
721 : MBBSectionRange.BeginLabel, in attachRangesOrLowHighPC()
722 MBB->sameSection(EndMBB) ? EndLabel : MBBSectionRange.EndLabel}); in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp1786 for (const auto &[MBBSectionId, MBBSectionRange] : in buildLocationList()
1789 DebugLoc.emplace_back(MBBSectionRange.BeginLabel, EndLabel, Values); in buildLocationList()
1792 DebugLoc.emplace_back(MBBSectionRange.BeginLabel, in buildLocationList()
1793 MBBSectionRange.EndLabel, Values); in buildLocationList()
H A DAsmPrinter.cpp1831 MBBSectionRange{CurrentFnBegin, nullptr}; in emitFunctionBody()
1995 MBBSectionRange{CurrentSectionBeginSym, MBB.getEndSymbol()}; in emitFunctionBody()