Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp537 ParentModule->getIFuncList().push_back(this); in GlobalIFunc()
547 getParent()->getIFuncList().remove(getIterator()); in removeFromParent()
551 getParent()->getIFuncList().erase(getIterator()); in eraseFromParent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h570 const IFuncListType &getIFuncList() const { return IFuncList; } in getIFuncList() function
572 IFuncListType &getIFuncList() { return IFuncList; } in getIFuncList() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1092 M->getIFuncList().push_back(cast<GlobalIFunc>(GA.get())); in parseIndirectSymbol()