Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp785 ShouldAlwaysPrint = ORA->shouldAlwaysPrint(); in OptimizationRemarkHandler()
800 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
812 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDiagnosticInfo.cpp332 shouldAlwaysPrint(); in isEnabled()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDiagnosticInfo.h823 bool shouldAlwaysPrint() const { return getPassName() == AlwaysPrint; } in shouldAlwaysPrint() function