Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h661 ifunc_iterator ifunc_end () { return IFuncList.end(); } in ifunc_end() function
662 const_ifunc_iterator ifunc_end () const { return IFuncList.end(); } in ifunc_end() function
667 return make_range(ifunc_begin(), ifunc_end()); in ifuncs()
670 return make_range(ifunc_begin(), ifunc_end()); in ifuncs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2576 if (I == Mod->ifunc_end()) in LLVMGetFirstGlobalIFunc()
2583 Module::ifunc_iterator I = Mod->ifunc_end(); in LLVMGetLastGlobalIFunc()
2592 if (++I == GIF->getParent()->ifunc_end()) in LLVMGetNextGlobalIFunc()