Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp609 void GlobalIFunc::eraseFromParent() { getParent()->eraseIFunc(this); } in eraseFromParent()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h632 void eraseIFunc(GlobalIFunc *IFunc) { IFuncList.erase(IFunc); } in eraseIFunc() function