Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/
H A Datexit.cpp6 class Logger { class
8 Logger() { in Logger() function in Logger
/llvm-project/clang/tools/libclang/
H A DCLog.h29 class Logger; variable
62 explicit Logger(llvm::StringRef name, bool trace) in Logger() function
/llvm-project/llvm/lib/Analysis/
H A DDevelopmentModeInlineAdvisor.cpp170 std::unique_ptr<TrainingLogger> Logger; member in __anon52d29ab50111::DevelopmentModeMLInlineAdvisor
182 TrainingLogger &Logger,
249 TrainingLogger &Logger; member in __anon52d29ab50111::LoggingMLInlineAdvice
332 std::unique_ptr<TrainingLogger> Logger)
413 std::unique_ptr<TrainingLogger> Logger; local
H A DTrainingLogger.cpp82 Logger::Logger(std::unique_ptr<raw_ostream> OS, in Logger() function in Logger
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DLogging.py12 class Logger(object): class
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DLoggerTest.cpp108 TestLogger Logger(Log); in TEST() local
163 auto Logger = Logger::html([&]() { in TEST() local
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h37 class Logger; variable
/llvm-project/lldb/examples/summaries/cocoa/
H A DLogger.py71 class Logger: class
/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdLSPServerTests.cpp96 class Logger : public clang::clangd::Logger { class in clang::clangd::__anond30aa7b20111::LSPTest
/llvm-project/clang/utils/analyzer/
H A DSATestBuild.py76 def __init__(self, logger: logging.Logger, log_level: int = logging.INFO): argument
/llvm-project/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp843 StreamLogger Logger(llvm::errs(), LogLevel); clangdMain() local
/llvm-project/clang-tools-extra/clangd/index/remote/server/
H A DServer.cpp502 auto Logger = makeLogger(LogPrefix.getValue(), llvm::errs()); main() local
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h643 mutable JournalingStreams Logger; scopeLock() variable
/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp137 BinaryContext(std::unique_ptr<MCContext> Ctx,std::unique_ptr<DWARFContext> DwCtx,std::unique_ptr<Triple> TheTriple,const Target * TheTarget,std::string TripleName,std::unique_ptr<MCCodeEmitter> MCE,std::unique_ptr<MCObjectFileInfo> MOFI,std::unique_ptr<const MCAsmInfo> AsmInfo,std::unique_ptr<const MCInstrInfo> MII,std::unique_ptr<const MCSubtargetInfo> STI,std::unique_ptr<MCInstPrinter> InstPrinter,std::unique_ptr<const MCInstrAnalysis> MIA,std::unique_ptr<MCPlusBuilder> MIB,std::unique_ptr<const MCRegisterInfo> MRI,std::unique_ptr<MCDisassembler> DisAsm,JournalingStreams Logger) BinaryContext() argument
164 createBinaryContext(Triple TheTriple,StringRef InputFileName,SubtargetFeatures * Features,bool IsPIC,std::unique_ptr<DWARFContext> DwCtx,JournalingStreams Logger) createBinaryContext() argument
/llvm-project/clang/test/SemaCXX/
H A Dlambda-expressions.cpp423 void Logger(Args &&... args) { Logger() function
H A Dwarn-thread-safety-analysis.cpp5333 ThreadRole FlightControl, Logger; global() variable
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp305 auto Logger = std::make_unique<LogDiagnosticPrinter>(*OS, DiagOpts, SetUpDiagnosticLog() local