Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h664 bool ifunc_empty() const { return IFuncList.empty(); } in ifunc_empty() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2870 if (!M->ifunc_empty()) Out << "\n"; in printModule()