Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h340 GlobalVariable *getAsyncFunctionPointer() const { in getAsyncFunctionPointer() function
361 GlobalVariable *getAsyncFunctionPointer() const { in getAsyncFunctionPointer() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp318 AsyncLowering.AsyncFuncPointer = AsyncId->getAsyncFunctionPointer(); in analyze()