Searched refs:JITLoader (Results 1 – 18 of 18) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | JITLoader.cpp | 18 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 D | CMakeLists.txt | 16 JITLoader.cpp
|
H A D | Process.cpp | 2673 JITLoader::LoadPlugins(this, *m_jit_loaders_up); in GetJITLoaders()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | JITLoader.h | 27 class JITLoader : public PluginInterface { 41 JITLoader(Process *process); 43 ~JITLoader() override;
|
/openbsd/gnu/usr.bin/clang/include/lldb/Plugins/ |
H A D | Makefile | 43 ${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 D | JITLoaderGDB.cpp | 146 : 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 D | JITLoaderGDB.h | 17 class JITLoaderGDB : public lldb_private::JITLoader {
|
/openbsd/gnu/usr.bin/clang/liblldbPluginJITLoader/ |
H A D | Makefile | 10 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/JITLoader/GDB
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | LLDBLog.cpp | 37 {{"jit"}, {"log JIT events in the target"}, LLDBLog::JITLoader},
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 31 JITLoader = Log::ChannelFlag<12>, enumerator
|
/openbsd/gnu/llvm/lldb/source/Plugins/ |
H A D | CMakeLists.txt | 8 add_subdirectory(JITLoader)
|
/openbsd/gnu/usr.bin/clang/liblldbTarget/ |
H A D | Makefile | 15 JITLoader.cpp \
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/ |
H A D | BUILD.gn | 39 "JITLoader.cpp",
|
/openbsd/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-forward.h | 114 class JITLoader; variable 344 typedef std::shared_ptr<lldb_private::JITLoader> JITLoaderSP;
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ |
H A D | BUILD.gn | 52 "//lldb/source/Plugins/JITLoader/GDB",
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | PluginManager.cpp | 406 #pragma mark JITLoader
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ClangFormattedStatus.rst | 3172 * - lldb/source/Plugins/JITLoader/GDB
|
/openbsd/gnu/llvm/clang/docs/tools/ |
H A D | clang-formatted-files.txt | 3805 lldb/include/lldb/Target/JITLoader.h 4174 lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h 4627 lldb/source/Target/JITLoader.cpp
|