Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h147 void deleteBodyImpl(bool ShouldDrop);
731 deleteBodyImpl(/*ShouldDrop=*/false); in deleteBody()
985 deleteBodyImpl(/*ShouldDrop=*/true); in dropAllReferences()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp603 void Function::deleteBodyImpl(bool ShouldDrop) { in deleteBodyImpl() function in Function