Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerIFunc.cpp22 if (M.ifunc_empty()) in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h670 bool ifunc_empty() const { return IFuncList.empty(); } in ifunc_empty() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp2847 if (!M->ifunc_empty()) Out << "\n"; in printModule()