Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h143 void deleteBodyImpl(bool ShouldDrop);
702 deleteBodyImpl(/*ShouldDrop=*/false); in deleteBody()
920 deleteBodyImpl(/*ShouldDrop=*/true); in dropAllReferences()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp542 void Function::deleteBodyImpl(bool ShouldDrop) { in deleteBodyImpl() function in Function