Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h94 Function *getWrapperFunction() const { in getWrapperFunction() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp88 auto Wrapper = CB->getWrapperFunction(); in lowerAwaitSuspend()