Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 DProcess.cpp2862 JITLoader::LoadPlugins(this, *m_jit_loaders_up); in GetJITLoaders()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DJITLoader.h27 class JITLoader : public PluginInterface {
41 JITLoader(Process *process);
43 ~JITLoader() override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp149 : 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 {
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp37 {{"jit"}, {"log JIT events in the target"}, LLDBLog::JITLoader},
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h31 JITLoader = Log::ChannelFlag<12>, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h116 class JITLoader; variable
361 typedef std::shared_ptr<lldb_private::JITLoader> JITLoaderSP;
/freebsd/lib/clang/liblldb/
H A DMakefile402 SRCS+= Plugins/JITLoader/GDB/JITLoaderGDB.cpp
631 SRCS+= Target/JITLoader.cpp
758 Plugins/JITLoader/GDB/JITLoaderGDB \
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist392 lldb/source/Plugins/JITLoader/CMakeLists.txt
393 lldb/source/Plugins/JITLoader/GDB/CMakeLists.txt
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp406 #pragma mark JITLoader