Searched refs:EpilogMap (Results 1 – 4 of 4) sorted by relevance
118 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()
655 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...]
64 MapVector<MCSymbol *, Epilog> EpilogMap; member92 for (const auto &E : EpilogMap) in empty()
77 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()