Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h667 bool ifunc_empty() const { return IFuncList.empty(); } in ifunc_empty() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2859 if (!M->ifunc_empty()) Out << "\n"; in printModule()