Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1808 bool UseSwiftMangling = false; in splitAsyncCoroutine() local
1811 UseSwiftMangling = true; in splitAsyncCoroutine()
1815 UseSwiftMangling = true; in splitAsyncCoroutine()
1819 UseSwiftMangling ? ResumeNameSuffix + Twine(Idx) + "_" in splitAsyncCoroutine()