Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp238 void DynamicLoader::LoadOperatingSystemPlugin(bool flush) in LoadOperatingSystemPlugin() function in DynamicLoader
241 m_process->LoadOperatingSystemPlugin(flush); in LoadOperatingSystemPlugin()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h307 void LoadOperatingSystemPlugin(bool flush);
H A DProcess.h3054 void LoadOperatingSystemPlugin(bool flush);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp162 [this] { m_process->LoadOperatingSystemPlugin(true); }); in ProcessProperties()
2448 void Process::LoadOperatingSystemPlugin(bool flush) { in LoadOperatingSystemPlugin() function in Process
2542 LoadOperatingSystemPlugin(false); in Launch()
2603 LoadOperatingSystemPlugin(false); in LoadCore()
2947 LoadOperatingSystemPlugin(false); in CompleteAttach()
5688 LoadOperatingSystemPlugin(false); in ModulesDidLoad()