Lines Matching defs:EpilogInfo
1084 MapVector<MCSymbol *, uint32_t> &EpilogInfo) {
1101 assert(EpilogInfo.contains(MatchingEpilog) &&
1103 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog);
1109 EpilogInfo[EpilogStart] = PrologOffset;
1113 EpilogInfo[EpilogStart] += 1;
1118 EpilogInfo[EpilogStart] = TotalCodeBytes;
1266 MapVector<MCSymbol *, uint32_t> EpilogInfo;
1267 ARM64ProcessEpilogs(info, &Seg, TotalCodeBytes, EpilogInfo);
1305 for (auto &I : EpilogInfo) {
1777 const WinEH::FrameInfo::Epilog &EpilogInfo = info->EpilogMap.begin()->second;
1779 if (EpilogInfo.Condition != 0xe) // ARMCC::AL
1782 const std::vector<WinEH::Instruction> &Epilog = EpilogInfo.Instructions;
2010 const WinEH::FrameInfo::Epilog &EpilogInfo =
2012 if (EpilogInfo.Condition != 0xe) // ARMCC::AL
2014 const std::vector<WinEH::Instruction> &Epilog = EpilogInfo.Instructions;
2370 MapVector<MCSymbol *, uint32_t> EpilogInfo;
2384 assert(EpilogInfo.contains(MatchingEpilog) &&
2386 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog);
2399 EpilogInfo[EpilogStart] = PrologOffset;
2404 EpilogInfo[EpilogStart] = TotalCodeBytes;
2451 for (auto &I : EpilogInfo) {