Home
last modified time | relevance | path

Searched refs:LoadPlugins (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DJITLoader.h38 static void LoadPlugins(Process *process, lldb_private::JITLoaderList &list);
/llvm-project-15.0.7/lldb/source/Target/
H A DJITLoader.cpp18 void JITLoader::LoadPlugins(Process *process, JITLoaderList &list) { in LoadPlugins() function in JITLoader
H A DProcess.cpp2665 JITLoader::LoadPlugins(this, *m_jit_loaders_up); in GetJITLoaders()