Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLegacyPassManager.h31 bool debugPassSpecified();
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A Dopt.cpp789 if (legacy::debugPassSpecified()) { in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLegacyPassManager.cpp245 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified() function