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.cpp367 void DynamicLoader::LoadOperatingSystemPlugin(bool flush) in LoadOperatingSystemPlugin() function in DynamicLoader
370 m_process->LoadOperatingSystemPlugin(flush); in LoadOperatingSystemPlugin()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h387 void LoadOperatingSystemPlugin(bool flush);
H A DProcess.h3259 void LoadOperatingSystemPlugin(bool flush);
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp723 LoadOperatingSystemPlugin(false); in LoadKernelModules()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp204 [this] { m_process->LoadOperatingSystemPlugin(true); }); in ProcessProperties()
2620 void Process::LoadOperatingSystemPlugin(bool flush) { in LoadOperatingSystemPlugin() function in Process
2781 LoadOperatingSystemPlugin(false); in LaunchPrivate()
2819 LoadOperatingSystemPlugin(false); in LoadCore()
3187 LoadOperatingSystemPlugin(false); in CompleteAttach()
6044 LoadOperatingSystemPlugin(false); in ModulesDidLoad()