Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp173 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER)); in SetJITBreakpoint()
207 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER)); in JITDebugBreakpointHit()
272 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER)); in ReadJITDescriptorImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h44 #define LIBLLDB_LOG_JIT_LOADER (1u << 27) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp31 {{"jit"}, {"log JIT events in the target"}, LIBLLDB_LOG_JIT_LOADER},