Searched refs:Manager (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.cpp14 if (Manager)
15 Manager->report(*this);
18 ScopedTimer::ScopedTimer(TimingManager &Manager, const char *Name) argument
19 : Timer(Manager.getOrCreateTimer(Name)) {
23 ScopedTimer::ScopedTimer(TimingManager &Manager, const Timer &Nest, argument
25 : Timer(Manager.nest(Nest, Name)) {
H A Dtiming.h33 : StartTime(0), AccTime(Other.AccTime), Manager(Other.Manager),
35 Other.Manager = nullptr;
57 Manager = nullptr;
62 Timer(TimingManager &Manager, u32 HandleId) argument
63 : Manager(&Manager), HandleId(HandleId) {}
67 TimingManager *Manager = nullptr; member in class:scudo::Timer
76 ScopedTimer(TimingManager &Manager, const char *Name);
77 ScopedTimer(TimingManager &Manager, cons
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h33 class Manager : public NativeProcessProtocol::Manager { class in class:lldb_private::process_freebsd::NativeProcessFreeBSD
35 using NativeProcessProtocol::Manager::Manager;
H A DNativeProcessFreeBSD.cpp54 NativeProcessFreeBSD::Manager::Launch(ProcessLaunchInfo &launch_info,
107 NativeProcessFreeBSD::Manager::Attach(
130 NativeProcessFreeBSD::Manager::GetSupportedExtensions() const {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h30 class Manager : public NativeProcessProtocol::Manager { class in class:lldb_private::process_netbsd::NativeProcessNetBSD
32 using NativeProcessProtocol::Manager::Manager;
H A DNativeProcessNetBSD.cpp59 NativeProcessNetBSD::Manager::Launch(ProcessLaunchInfo &launch_info,
112 NativeProcessNetBSD::Manager::Attach(
135 NativeProcessNetBSD::Manager::GetSupportedExtensions() const {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h259 /// Extension flag constants, returned by Manager::GetSupportedExtensions()
275 class Manager { class in class:lldb_private::NativeProcessProtocol
277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} function in class:lldb_private::NativeProcessProtocol::Manager
278 Manager(const Manager &) = delete;
279 Manager &operator=(const Manager &) = delete;
281 virtual ~Manager();
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp66 typedef process_linux::NativeProcessLinux::Manager NativeProcessManager;
68 typedef process_freebsd::NativeProcessFreeBSD::Manager NativeProcessManager;
70 typedef process_netbsd::NativeProcessNetBSD::Manager NativeProcessManager;
72 typedef NativeProcessWindows::Manager NativeProcessManager;
75 class NativeProcessManager : public NativeProcessProtocol::Manager {
78 : NativeProcessProtocol::Manager(mainloop) {}
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h9 // This file declares the LLVM Pass Manager infrastructure.
25 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
33 // Pass Manager Infrastructure uses multiple pass managers. They are
204 void addPassManager(PMDataManager *Manager) { argument
205 PassManagers.push_back(Manager);
208 // Add Manager into the list of managers that are not directly
210 inline void addIndirectPassManager(PMDataManager *Manager) { argument
211 IndirectPassManagers.push_back(Manager);
325 /// RequiredPass is run on the fly by Pass Manager when P requests it
491 /// Pass Manager itsel
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp1 //===- ModuleManager.cpp - Module Manager ---------------------------------===//
474 static nodes_iterator nodes_begin(const ModuleManager &Manager) { argument
475 return nodes_iterator(Manager.begin());
478 static nodes_iterator nodes_end(const ModuleManager &Manager) { argument
479 return nodes_iterator(Manager.end());
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h39 NativeProcessProtocol::Manager &process_manager);
103 NativeProcessProtocol::Manager &m_process_manager;
H A DGDBRemoteCommunicationServerLLGS.cpp71 MainLoop &mainloop, NativeProcessProtocol::Manager &process_manager)
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h742 RetainSummaryManager &Manager; member in class:clang::ento::RetainSummaryTemplate
748 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
752 RealSummary = Manager.getPersistentSummary(ScratchSummary);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp9 // This file implements the legacy LLVM Pass Manager infrastructure.
35 // See PassManagers.h for Pass Manager infrastructure overview.
293 /// Pass Manager itself does not invalidate any analysis info.
409 /// Pass Manager itself does not invalidate any analysis info.
415 /// RequiredPass is run on the fly by Pass Manager when P requests it
425 StringRef getPassName() const override { return "Module Pass Manager"; }
432 dbgs().indent(Offset*2) << "ModulePass Manager\n";
497 /// Pass Manager itself does not invalidate any analysis info.
836 for (PMDataManager *Manager : PassManagers)
837 Manager
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp766 NativeProcessProtocol::Manager::~Manager() = default;
/freebsd-current/crypto/heimdal/
H A Dconfigure1652 --enable-kcm enable Kerberos Credentials Manager

Completed in 165 milliseconds