Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp755 ShouldAlwaysPrint = ORA->shouldAlwaysPrint(); in OptimizationRemarkHandler()
770 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
782 if (D.shouldAlwaysPrint() || in OptimizationRemarkHandler()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp341 shouldAlwaysPrint(); in isEnabled()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h822 bool shouldAlwaysPrint() const { return getPassName() == AlwaysPrint; } in shouldAlwaysPrint() function