Home
last modified time | relevance | path

Searched defs:ifunc_begin (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h739 ifunc_iterator ifunc_begin() { return IFuncList.begin(); } ifunc_begin() function
740 const_ifunc_iterator ifunc_begin() const { return IFuncList.begin(); } ifunc_begin() function