Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h220 ArrayRef<Type*> getRetconResumeTypes() const { in getRetconResumeTypes() function
H A DCoroutines.cpp350 auto ResumeTys = getRetconResumeTypes(); in buildFrom()