Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h146 LLVM_ABI void deleteGC(const Function &Fn);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp326 void LLVMContext::deleteGC(const Function &Fn) { in deleteGC() function in LLVMContext
H A DFunction.cpp844 getContext().deleteGC(*this); in clearGC()