Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp118 CurFrame->EpilogMap[CurrentEpilog].Instructions.push_back(Inst); in emitARMWinUnwindCode()
229 CurFrame->EpilogMap[CurrentEpilog].Condition = Condition; in emitARMWinCFIEpilogStart()
245 CurFrame->EpilogMap[CurrentEpilog].Instructions; in emitARMWinCFIEpilogEnd()
261 CurFrame->EpilogMap[CurrentEpilog].Instructions.push_back(Inst); in emitARMWinCFIEpilogEnd()
263 CurFrame->EpilogMap[CurrentEpilog].End = Label; in emitARMWinCFIEpilogEnd()
/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp655 auto InstrsIter = info->EpilogMap.find(EpilogStart); in FindMatchingEpilog()
656 assert(InstrsIter != info->EpilogMap.end() && in FindMatchingEpilog()
770 info->EpilogMap[Sym].Instructions; in checkARM64PackedEpilog()
800 info->EpilogMap.erase(Sym); in checkARM64PackedEpilog()
1094 auto &EpilogInstrs = info->EpilogMap[S].Instructions; in ARM64ProcessEpilogs()
1139 for (auto &I : info->EpilogMap) { in ARM64FindSegmentsInFunction()
1334 auto &EpilogInstrs = info->EpilogMap[I.first].Instructions; in ARM64EmitUnwindInfoForSegment()
1381 for (auto &I : info->EpilogMap) in ARM64EmitUnwindInfo()
1774 if (info->EpilogMap.size() != 1) in checkARMPackedEpilog()
1777 const WinEH::FrameInfo::Epilog &EpilogInfo = info->EpilogMap.begin()->second; in checkARMPackedEpilog()
[all …]
/llvm-project/llvm/include/llvm/MC/
H A DMCWinEH.h64 MapVector<MCSymbol *, Epilog> EpilogMap; member
92 for (const auto &E : EpilogMap) in empty()
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp77 CurFrame->EpilogMap[CurrentEpilog].Instructions.push_back(Inst); in emitARM64WinUnwindCode()
204 CurFrame->EpilogMap[CurrentEpilog].Instructions.push_back(Inst); in emitARM64WinCFIEpilogEnd()
206 CurFrame->EpilogMap[CurrentEpilog].End = Label; in emitARM64WinCFIEpilogEnd()