Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DGlobals.cpp567 ParentModule->getIFuncList().push_back(this); in GlobalIFunc()
577 getParent()->getIFuncList().remove(getIterator()); in removeFromParent()
581 getParent()->getIFuncList().erase(getIterator()); in eraseFromParent()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h576 const IFuncListType &getIFuncList() const { return IFuncList; } in getIFuncList() function
578 IFuncListType &getIFuncList() { return IFuncList; } in getIFuncList() function
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1105 M->getIFuncList().push_back(GI.release()); in parseAliasOrIFunc()