Searched refs:SystemLifetimeManager (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Initialization/
H A DSystemLifetimeManager.h1 //===-- SystemLifetimeManager.h -------------------------------*- C++ -*-===//
21 class SystemLifetimeManager { class in namespace:lldb_private
23 SystemLifetimeManager();
24 ~SystemLifetimeManager();
36 SystemLifetimeManager(const SystemLifetimeManager &other) = delete;
37 SystemLifetimeManager &operator=(const SystemLifetimeManager &other) = delete;
/openbsd-current/gnu/llvm/lldb/source/Initialization/
H A DSystemLifetimeManager.cpp1 //===-- SystemLifetimeManager.cpp -----------------------------------------===//
9 #include "lldb/Initialization/SystemLifetimeManager.h"
18 SystemLifetimeManager::SystemLifetimeManager() : m_mutex() {} function in class:SystemLifetimeManager
20 SystemLifetimeManager::~SystemLifetimeManager() {
22 "SystemLifetimeManager destroyed without calling Terminate!");
25 llvm::Error SystemLifetimeManager::Initialize(
31 "SystemLifetimeManager::Initialize() when it is "
45 void SystemLifetimeManager
[all...]
/openbsd-current/gnu/usr.bin/clang/liblldbInitialization/
H A DMakefile10 SystemLifetimeManager.cpp
/openbsd-current/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-server.cpp10 #include "lldb/Initialization/SystemLifetimeManager.h"
23 static llvm::ManagedStatic<lldb_private::SystemLifetimeManager>
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp47 #include "lldb/Initialization/SystemLifetimeManager.h"
104 static llvm::ManagedStatic<SystemLifetimeManager> g_debugger_lifetime;
/openbsd-current/gnu/llvm/lldb/tools/lldb-test/
H A Dlldb-test.cpp19 #include "lldb/Initialization/SystemLifetimeManager.h"
1196 SystemLifetimeManager DebuggerLifetime;

Completed in 118 milliseconds