Home
last modified time | relevance | path

Searched refs:PlatformDarwinKernel (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp50 void PlatformDarwinKernel::Initialize() { in Initialize()
61 void PlatformDarwinKernel::Terminate() { in Terminate()
213 void PlatformDarwinKernel::DebuggerInitialize( in DebuggerInitialize()
226 PlatformDarwinKernel::PlatformDarwinKernel( in PlatformDarwinKernel() function in PlatformDarwinKernel
244 PlatformDarwinKernel::~PlatformDarwinKernel() = default;
421 PlatformDarwinKernel *thisp = (PlatformDarwinKernel *)baton; in FindKDKandSDKDirectoriesInDirectory()
491 PlatformDarwinKernel *thisp = (PlatformDarwinKernel *)baton; in GetKernelsAndKextsInDirectoryHelper()
577 void PlatformDarwinKernel::AddKextToMap(PlatformDarwinKernel *thisp, in AddKextToMap()
613 bool PlatformDarwinKernel::KextHasdSYMSibling( in KextHasdSYMSibling()
716 Status PlatformDarwinKernel::GetSharedModule( in GetSharedModule()
[all …]
H A DPlatformDarwinKernel.h37 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,
193 PlatformDarwinKernel(const PlatformDarwinKernel &) = delete;
194 const PlatformDarwinKernel &operator=(const PlatformDarwinKernel &) = delete;
208 class PlatformDarwinKernel {
H A DPlatformMacOSX.cpp51 PlatformDarwinKernel::Initialize(); in Initialize()
80 PlatformDarwinKernel::Terminate(); in Terminate()
H A DCMakeLists.txt12 PlatformDarwinKernel.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Platform/MacOSX/
H A DBUILD.gn38 "PlatformDarwinKernel.cpp",
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp516 PlatformDarwinKernel::GetPluginNameStatic()); in DynamicLoaderDarwinKernel()
810 PlatformDarwinKernel::GetPluginNameStatic()); in LoadImageUsingMemoryModule()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4254 lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h