HomeSort by: relevance | last modified time | path
    Searched refs:DiagnosticInfoPGOProfile (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 1312 DiagnosticInfoPGOProfile(M->getName().data(), Msg, DS_Warning));
1339 Ctx.diagnose(DiagnosticInfoPGOProfile(
1566 Ctx.diagnose(DiagnosticInfoPGOProfile(
1809 DiagnosticInfoPGOProfile(ProfileFileName.data(), EI.message()));
1817 Ctx.diagnose(DiagnosticInfoPGOProfile(ProfileFileName.data(),
1826 Ctx.diagnose(DiagnosticInfoPGOProfile(
1957 DiagnosticInfoPGOProfile(M.getName().data(), Msg, DS_Warning));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DiagnosticInfo.cpp 101 void DiagnosticInfoPGOProfile::print(DiagnosticPrinter &DP) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DiagnosticInfo.h 324 class DiagnosticInfoPGOProfile : public DiagnosticInfo {
326 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg,

Completed in 21 milliseconds