Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1721 bool UseSwiftMangling = false; in splitAsyncCoroutine() local
1724 UseSwiftMangling = true; in splitAsyncCoroutine()
1727 UseSwiftMangling = true; in splitAsyncCoroutine()
1731 UseSwiftMangling ? ResumeNameSuffix + Twine(Idx) + "_" in splitAsyncCoroutine()