Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h629 bool ifunc_empty() const { return IFuncList.empty(); } in ifunc_empty() function
/external/llvm/include/llvm/IR/
DModule.h597 bool ifunc_empty() const { return IFuncList.empty(); }
/external/llvm/lib/IR/
DAsmWriter.cpp2293 if (!M->ifunc_empty()) Out << "\n"; in printModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp2568 if (!M->ifunc_empty()) Out << "\n"; in printModule()