Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp721 ShouldAlwaysPrint = ORA->shouldAlwaysPrint(); in OptimizationRemarkHandler()
736 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
748 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticInfo.cpp340 shouldAlwaysPrint(); in isEnabled()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h817 bool shouldAlwaysPrint() const { return getPassName() == AlwaysPrint; } in shouldAlwaysPrint() function