Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModule.h644 bool ifunc_empty() const { return IFuncList.empty(); } in ifunc_empty() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.cpp2646 if (!M->ifunc_empty()) Out << "\n"; in printModule()