Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWin64EH.cpp1303 MCSymbol* MatchingEpilog = in ARM64ProcessEpilogs() local
1306 if (MatchingEpilog) { in ARM64ProcessEpilogs()
1307 assert(EpilogInfo.contains(MatchingEpilog) && in ARM64ProcessEpilogs()
1309 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog); in ARM64ProcessEpilogs()
2586 MCSymbol *MatchingEpilog = in ARMEmitUnwindInfo() local
2589 if (MatchingEpilog) { in ARMEmitUnwindInfo()
2590 assert(EpilogInfo.contains(MatchingEpilog) && in ARMEmitUnwindInfo()
2592 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog); in ARMEmitUnwindInfo()