Searched refs:LIBLLDB_LOG_LANGUAGE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp32 {{"language"}, {"log language runtime events"}, LIBLLDB_LOG_LANGUAGE},
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h42 #define LIBLLDB_LOG_LANGUAGE (1u << 28) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp122 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);
150 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);
226 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);
270 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);
303 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);
348 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);
390 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);
467 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE));
1111 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE));
1122 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE));
[all...]
H A DRenderScriptExpressionOpts.cpp83 GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE | LIBLLDB_LOG_EXPRESSIONS));
H A DRenderScriptx86ABIFixups.cpp89 GetLogIfAnyCategoriesSet(LIBLLDB_LOG_LANGUAGE | LIBLLDB_LOG_EXPRESSIONS));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp313 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE);

Completed in 477 milliseconds