Searched refs:PlatformDarwinKernel (Results 1 – 6 of 6) sorted by relevance
54 void PlatformDarwinKernel::Initialize() { in Initialize()58 PluginManager::RegisterPlugin(PlatformDarwinKernel::GetPluginNameStatic(), in Initialize()59 PlatformDarwinKernel::GetDescriptionStatic(), in Initialize()60 PlatformDarwinKernel::CreateInstance, in Initialize()61 PlatformDarwinKernel::DebuggerInitialize); in Initialize()65 void PlatformDarwinKernel::Terminate() { in Terminate()68 PluginManager::UnregisterPlugin(PlatformDarwinKernel::CreateInstance); in Terminate()75 PlatformSP PlatformDarwinKernel::CreateInstance(bool force, in CreateInstance()165 return PlatformSP(new PlatformDarwinKernel(is_ios_debug_session)); in CreateInstance()174 llvm::StringRef PlatformDarwinKernel::GetDescriptionStatic() { in GetDescriptionStatic()[all …]
37 class PlatformDarwinKernel : public PlatformDarwin {51 PlatformDarwinKernel(LazyBool is_ios_debug_session);53 ~PlatformDarwinKernel() override;94 static void AddRootSubdirsToSearchPaths(PlatformDarwinKernel *thisp,122 static void AddKextToMap(PlatformDarwinKernel *thisp,201 PlatformDarwinKernel(const PlatformDarwinKernel &) = delete;202 const PlatformDarwinKernel &operator=(const PlatformDarwinKernel &) = delete;216 class PlatformDarwinKernel {
53 PlatformDarwinKernel::Initialize(); in Initialize()84 PlatformDarwinKernel::Terminate(); in Terminate()
12 PlatformDarwinKernel.cpp
41 "PlatformDarwinKernel.cpp",
10 #include "Plugins/Platform/MacOSX/PlatformDarwinKernel.h"517 PlatformDarwinKernel::GetPluginNameStatic()); in DynamicLoaderDarwinKernel() 793 // If the current platform is PlatformDarwinKernel, create a ModuleSpec in LoadImageUsingMemoryModule() 796 // PlatformDarwinKernel does a special scan for kexts on the local in LoadImageUsingMemoryModule()