Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1606 bool UseSwiftMangling = false; in splitAsyncCoroutine() local
1609 UseSwiftMangling = true; in splitAsyncCoroutine()
1613 UseSwiftMangling = true; in splitAsyncCoroutine()
1617 UseSwiftMangling ? ResumeNameSuffix + Twine(Idx) + "_" in splitAsyncCoroutine()