Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1718 auto ResumeNameSuffix = ".resume."; in splitAsyncCoroutine() local
1723 ResumeNameSuffix = "TQ"; in splitAsyncCoroutine()
1726 ResumeNameSuffix = "TY"; in splitAsyncCoroutine()
1731 UseSwiftMangling ? ResumeNameSuffix + Twine(Idx) + "_" in splitAsyncCoroutine()
1732 : ResumeNameSuffix + Twine(Idx), in splitAsyncCoroutine()