Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp730 ShouldAlwaysPrint = ORA->shouldAlwaysPrint(); in OptimizationRemarkHandler()
745 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
757 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp345 shouldAlwaysPrint(); in isEnabled()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h822 bool shouldAlwaysPrint() const { return getPassName() == AlwaysPrint; } in shouldAlwaysPrint() function