Home
last modified time | relevance | path

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

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