Home
last modified time | relevance | path

Searched defs:log_handler_sp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DLogTest.cpp42 static bool EnableChannel(std::shared_ptr<LogHandler> log_handler_sp, in EnableChannel()
157 auto log_handler_sp = std::make_shared<TestLogHandler>(); in TEST() local
199 auto log_handler_sp = std::make_shared<TestLogHandler>(); in TEST_F() local
221 auto log_handler_sp = std::make_shared<TestLogHandler>(); in TEST_F() local
234 auto log_handler_sp = std::make_shared<TestLogHandler>(); in TEST_F() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp210 bool Log::EnableLogChannel(const std::shared_ptr<LogHandler> &log_handler_sp, in EnableLogChannel()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1431 std::shared_ptr<LogHandler> log_handler_sp; in EnableLog() local