Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DLogging.h41 #define LIBLLDB_LOG_JIT_LOADER (1u << 27) macro
/external/llvm-project/lldb/source/Utility/
DLogging.cpp31 {{"jit"}, {"log JIT events in the target"}, LIBLLDB_LOG_JIT_LOADER},
/external/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp191 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER)); in SetJITBreakpoint()
223 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER)); in JITDebugBreakpointHit()
287 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_JIT_LOADER)); in ReadJITDescriptorImpl()