Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DLegacyPassManager.h31 bool debugPassSpecified();
/openbsd/gnu/llvm/llvm/tools/opt/
H A Dopt.cpp673 if (legacy::debugPassSpecified()) { in main()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DLegacyPassManager.cpp240 bool debugPassSpecified() { return PassDebugging != Disabled; } in debugPassSpecified() function