Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/
H A DCoroutines.h45 void LLVMAddCoroCleanupPass(LLVMPassManagerRef PM);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dtransforms_coroutines.go23 func (pm PassManager) AddCoroCleanupPass() { C.LLVMAddCoroCleanupPass(pm.C) }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp744 void LLVMAddCoroCleanupPass(LLVMPassManagerRef PM) { in LLVMAddCoroCleanupPass() function