Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp690 ShouldAlwaysPrint = ORA->shouldAlwaysPrint(); in OptimizationRemarkHandler()
705 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
717 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp380 shouldAlwaysPrint(); in isEnabled()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h871 bool shouldAlwaysPrint() const { return getPassName() == AlwaysPrint; } in shouldAlwaysPrint() function