Home
last modified time | relevance | path

Searched defs:Logger (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp170 std::unique_ptr<TrainingLogger> Logger; member in __anon54bc7ea20111::DevelopmentModeMLInlineAdvisor
182 TrainingLogger &Logger,
249 TrainingLogger &Logger; member in __anon54bc7ea20111::LoggingMLInlineAdvice
332 std::unique_ptr<TrainingLogger> Logger)
413 std::unique_ptr<TrainingLogger> Logger; local
H A DTrainingLogger.cpp87 Logger::Logger(std::unique_ptr<raw_ostream> OS, Logger() function in Logger
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h37 class Logger; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp305 auto Logger = std::make_unique<LogDiagnosticPrinter>(*OS, DiagOpts, in SetUpDiagnosticLog() local