Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h211 ArrayRef<Type*> getRetconResumeTypes() const { in getRetconResumeTypes() function
H A DCoroutines.cpp347 auto ResumeTys = getRetconResumeTypes(); in buildFrom()