Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/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()
657 "Epilog not found in EpilogMap"); in FindMatchingEpilog()
770 info->EpilogMap[Sym].Instructions; in checkARM64PackedEpilog()
800 info->EpilogMap.erase(Sym); in tryARM64PackedUnwind()
1094 auto &EpilogInstrs = info->EpilogMap[S].Instructions; in ARM64ProcessEpilogs()
1104 // Clear the unwind codes in the EpilogMap, so that they don't get output in ARM64ProcessEpilogs()
1114 // Clear the unwind codes in the EpilogMap, so that they don't get output in ARM64ProcessEpilogs()
1139 for (auto &I : info->EpilogMap) { in ARM64FindSegmentsInFunction()
1334 auto &EpilogInstrs = info->EpilogMap[ in ARM64EmitUnwindInfoForSegment()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinEH.h64 MapVector<MCSymbol *, Epilog> EpilogMap; member
92 for (const auto &E : EpilogMap) in empty()
/freebsd/contrib/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()