Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1603 auto ResumeNameSuffix = ".resume."; in splitAsyncCoroutine() local
1608 ResumeNameSuffix = "TQ"; in splitAsyncCoroutine()
1612 ResumeNameSuffix = "TY"; in splitAsyncCoroutine()
1617 UseSwiftMangling ? ResumeNameSuffix + Twine(Idx) + "_" in splitAsyncCoroutine()
1618 : ResumeNameSuffix + Twine(Idx), in splitAsyncCoroutine()