Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGlobals.cpp390 ParentModule->getIFuncList().push_back(this); in GlobalIFunc()
404 getParent()->getIFuncList().remove(getIterator()); in removeFromParent()
408 getParent()->getIFuncList().erase(getIterator()); in eraseFromParent()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DGlobals.cpp471 ParentModule->getIFuncList().push_back(this); in GlobalIFunc()
481 getParent()->getIFuncList().remove(getIterator()); in removeFromParent()
485 getParent()->getIFuncList().erase(getIterator()); in eraseFromParent()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h536 const IFuncListType &getIFuncList() const { return IFuncList; } in getIFuncList() function
538 IFuncListType &getIFuncList() { return IFuncList; } in getIFuncList() function
/external/llvm/include/llvm/IR/
DModule.h509 const IFuncListType &getIFuncList() const { return IFuncList; }
511 IFuncListType &getIFuncList() { return IFuncList; }
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp199 M.getIFuncList().erase(GIF); in run()
/external/llvm/lib/AsmParser/
DLLParser.cpp814 M->getIFuncList().push_back(cast<GlobalIFunc>(GA.get())); in parseIndirectSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp972 M->getIFuncList().push_back(cast<GlobalIFunc>(GA.get())); in parseIndirectSymbol()