Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp2673 JITLoader::LoadPlugins(this, *m_jit_loaders_up); in GetJITLoaders()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DJITLoader.h27 class JITLoader : public PluginInterface {
41 JITLoader(Process *process);
43 ~JITLoader() override;
/openbsd/gnu/usr.bin/clang/include/lldb/Plugins/
H A DMakefile43 ${LLDB_SRCS}/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td
45 -I${LLDB_SRCS}/source/Plugins/JITLoader/GDB \
49 ${LLDB_SRCS}/source/Plugins/JITLoader/GDB/JITLoaderGDBProperties.td
51 -I${LLDB_SRCS}/source/Plugins/JITLoader/GDB \
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp146 : JITLoader(process), m_jit_objects(), in JITLoaderGDB()
188 Log *log = GetLog(LLDBLog::JITLoader); in SetJITBreakpoint()
220 Log *log = GetLog(LLDBLog::JITLoader); in JITDebugBreakpointHit()
284 Log *log = GetLog(LLDBLog::JITLoader); in ReadJITDescriptorImpl()
H A DJITLoaderGDB.h17 class JITLoaderGDB : public lldb_private::JITLoader {
/openbsd/gnu/usr.bin/clang/liblldbPluginJITLoader/
H A DMakefile10 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/JITLoader/GDB
/openbsd/gnu/llvm/lldb/source/Utility/
H A DLLDBLog.cpp37 {{"jit"}, {"log JIT events in the target"}, LLDBLog::JITLoader},
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DLLDBLog.h31 JITLoader = Log::ChannelFlag<12>, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/
H A DCMakeLists.txt8 add_subdirectory(JITLoader)
/openbsd/gnu/usr.bin/clang/liblldbTarget/
H A DMakefile15 JITLoader.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn39 "JITLoader.cpp",
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h114 class JITLoader; variable
344 typedef std::shared_ptr<lldb_private::JITLoader> JITLoaderSP;
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/
H A DBUILD.gn52 "//lldb/source/Plugins/JITLoader/GDB",
/openbsd/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp406 #pragma mark JITLoader
/openbsd/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst3172 * - lldb/source/Plugins/JITLoader/GDB
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3805 lldb/include/lldb/Target/JITLoader.h
4174 lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
4627 lldb/source/Target/JITLoader.cpp