Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h667 ifunc_iterator ifunc_end () { return IFuncList.end(); } in ifunc_end() function
668 const_ifunc_iterator ifunc_end () const { return IFuncList.end(); } in ifunc_end() function
673 return make_range(ifunc_begin(), ifunc_end()); in ifuncs()
676 return make_range(ifunc_begin(), ifunc_end()); in ifuncs()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2543 if (I == Mod->ifunc_end()) in LLVMGetFirstGlobalIFunc()
2550 Module::ifunc_iterator I = Mod->ifunc_end(); in LLVMGetLastGlobalIFunc()
2559 if (++I == GIF->getParent()->ifunc_end()) in LLVMGetNextGlobalIFunc()