Home
last modified time | relevance | path

Searched refs:LoadOperatingSystemPlugin (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp384 void DynamicLoader::LoadOperatingSystemPlugin(bool flush) in LoadOperatingSystemPlugin() function in DynamicLoader
387 m_process->LoadOperatingSystemPlugin(flush); in LoadOperatingSystemPlugin()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h399 void LoadOperatingSystemPlugin(bool flush);
H A DProcess.h3343 void LoadOperatingSystemPlugin(bool flush);
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp722 LoadOperatingSystemPlugin(false); in LoadKernelModules()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp168 [this] { m_process->LoadOperatingSystemPlugin(true); }); in ProcessProperties()
2588 void Process::LoadOperatingSystemPlugin(bool flush) { in LoadOperatingSystemPlugin() function in Process
2745 LoadOperatingSystemPlugin(false); in LaunchPrivate()
2785 LoadOperatingSystemPlugin(false); in LoadCore()
3150 LoadOperatingSystemPlugin(false); in CompleteAttach()
6053 LoadOperatingSystemPlugin(false); in ModulesDidLoad()