Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCWin64EH.cpp1088 MCSymbol* MatchingEpilog = in ARM64ProcessEpilogs() local
1091 if (MatchingEpilog) { in ARM64ProcessEpilogs()
1092 assert(EpilogInfo.find(MatchingEpilog) != EpilogInfo.end() && in ARM64ProcessEpilogs()
1094 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog); in ARM64ProcessEpilogs()
2368 MCSymbol *MatchingEpilog = in ARMEmitUnwindInfo() local
2371 if (MatchingEpilog) { in ARMEmitUnwindInfo()
2372 assert(EpilogInfo.find(MatchingEpilog) != EpilogInfo.end() && in ARMEmitUnwindInfo()
2374 EpilogInfo[EpilogStart] = EpilogInfo.lookup(MatchingEpilog); in ARMEmitUnwindInfo()