Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDGlobals.cpp572 void GlobalAlias::removeFromParent() { getParent()->removeAlias(this); } in removeFromParent()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h621 void removeAlias(GlobalAlias *Alias) { AliasList.remove(Alias); } in removeAlias() function