Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp349 void DynamicLoader::LoadOperatingSystemPlugin(bool flush) in LoadOperatingSystemPlugin() function in DynamicLoader
352 m_process->LoadOperatingSystemPlugin(flush); in LoadOperatingSystemPlugin()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h379 void LoadOperatingSystemPlugin(bool flush);
H A DProcess.h3194 void LoadOperatingSystemPlugin(bool flush);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp174 [this] { m_process->LoadOperatingSystemPlugin(true); }); in ProcessProperties()
2457 void Process::LoadOperatingSystemPlugin(bool flush) { in LoadOperatingSystemPlugin() function in Process
2618 LoadOperatingSystemPlugin(false); in LaunchPrivate()
2656 LoadOperatingSystemPlugin(false); in LoadCore()
3027 LoadOperatingSystemPlugin(false); in CompleteAttach()
5845 LoadOperatingSystemPlugin(false); in ModulesDidLoad()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp724 LoadOperatingSystemPlugin(false); in LoadKernelModules()