Home
last modified time | relevance | path

Searched defs:shouldAlwaysPrint (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Frontend/
H A DFrontendActions.cpp1105 bool shouldAlwaysPrint = false; optimizationRemarkHandler() local
/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h822 bool shouldAlwaysPrint() const { return getPassName() == AlwaysPrint; } shouldAlwaysPrint() function