/llvm-project/compiler-rt/test/tsan/ |
H A D | atexit.cpp | 6 class Logger { class 8 Logger() { in Logger() function in Logger
|
/llvm-project/clang/tools/libclang/ |
H A D | CLog.h | 29 class Logger; variable 62 explicit Logger(llvm::StringRef name, bool trace) in Logger() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | DevelopmentModeInlineAdvisor.cpp | 170 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 D | TrainingLogger.cpp | 82 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 D | Logging.py | 12 class Logger(object): class
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | LoggerTest.cpp | 108 TestLogger Logger(Log); in TEST() local 163 auto Logger = Logger::html([&]() { in TEST() local
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysisContext.h | 37 class Logger; variable
|
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | Logger.py | 71 class Logger: class
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ClangdLSPServerTests.cpp | 96 class Logger : public clang::clangd::Logger { class in clang::clangd::__anond30aa7b20111::LSPTest
|
/llvm-project/clang/utils/analyzer/ |
H A D | SATestBuild.py | 76 def __init__(self, logger: logging.Logger, log_level: int = logging.INFO): argument
|
/llvm-project/clang-tools-extra/clangd/tool/ |
H A D | ClangdMain.cpp | 843 StreamLogger Logger(llvm::errs(), LogLevel); clangdMain() local
|
/llvm-project/clang-tools-extra/clangd/index/remote/server/ |
H A D | Server.cpp | 502 auto Logger = makeLogger(LogPrefix.getValue(), llvm::errs()); main() local [all...] |
/llvm-project/bolt/include/bolt/Core/ |
H A D | BinaryContext.h | 643 mutable JournalingStreams Logger; scopeLock() variable
|
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 137 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 D | lambda-expressions.cpp | 423 void Logger(Args &&... args) { Logger() function
|
H A D | warn-thread-safety-analysis.cpp | 5333 ThreadRole FlightControl, Logger; global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 305 auto Logger = std::make_unique<LogDiagnosticPrinter>(*OS, DiagOpts, SetUpDiagnosticLog() local
|