Searched refs:AlwaysPrint (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp94 const char *DiagnosticInfo::AlwaysPrint = ""; member in class:DiagnosticInfo
179 return getPassName() == DiagnosticInfo::AlwaysPrint ||
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp509 if (D.getPassName() == llvm::DiagnosticInfo::AlwaysPrint ||
522 if (D.getPassName() == llvm::DiagnosticInfo::AlwaysPrint ||
535 if (D.getPassName() == llvm::DiagnosticInfo::AlwaysPrint ||
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h105 static const char *AlwaysPrint; member in class:llvm::DiagnosticInfo
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1010 // AlwaysPrint pass name to force the frontend to print the diagnostic.
1017 return DiagnosticInfo::AlwaysPrint;

Completed in 150 milliseconds