Home
last modified time | relevance | path

Searched refs:JITLoader (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DJITLoader.cpp18 void JITLoader::LoadPlugins(Process *process, JITLoaderList &list) { in LoadPlugins()
30 JITLoader::JITLoader(Process *process) : m_process(process) {} in JITLoader() function in JITLoader
32 JITLoader::~JITLoader() = default;
H A DCMakeLists.txt16 JITLoader.cpp
H A DProcess.cpp2665 JITLoader::LoadPlugins(this, *m_jit_loaders_up); in GetJITLoaders()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DJITLoader.h27 class JITLoader : public PluginInterface {
41 JITLoader(Process *process);
43 ~JITLoader() override;
/llvm-project-15.0.7/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp148 : JITLoader(process), m_jit_objects(), in JITLoaderGDB()
190 Log *log = GetLog(LLDBLog::JITLoader); in SetJITBreakpoint()
222 Log *log = GetLog(LLDBLog::JITLoader); in JITDebugBreakpointHit()
286 Log *log = GetLog(LLDBLog::JITLoader); in ReadJITDescriptorImpl()
H A DJITLoaderGDB.h17 class JITLoaderGDB : public lldb_private::JITLoader {
/llvm-project-15.0.7/lldb/source/Utility/
H A DLLDBLog.cpp37 {{"jit"}, {"log JIT events in the target"}, LLDBLog::JITLoader},
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DLLDBLog.h31 JITLoader = Log::ChannelFlag<12>, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/
H A DCMakeLists.txt8 add_subdirectory(JITLoader)
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn39 "JITLoader.cpp",
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h114 class JITLoader; variable
340 typedef std::shared_ptr<lldb_private::JITLoader> JITLoaderSP;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn52 "//lldb/source/Plugins/JITLoader/GDB",
/llvm-project-15.0.7/lldb/source/Core/
H A DPluginManager.cpp406 #pragma mark JITLoader
/llvm-project-15.0.7/clang/docs/
H A DClangFormattedStatus.rst3172 * - lldb/source/Plugins/JITLoader/GDB
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3810 lldb/include/lldb/Target/JITLoader.h
4179 lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
4630 lldb/source/Target/JITLoader.cpp