Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_LANGUAGE (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp124 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); in GetArgsX86()
152 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); in GetArgsX86_64()
228 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); in GetArgsArm()
272 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); in GetArgsAarch64()
305 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); in GetArgsMipsel()
350 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); in GetArgsMips64el()
392 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); in GetArgs()
469 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE)); in SkipPrologue()
1121 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE)); in HookCallback()
1132 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE)); in CaptureDebugHintScriptGroup2()
[all …]
DRenderScriptExpressionOpts.cpp83 GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE | LIBLLDB_LOG_EXPRESSIONS)); in runOnModule()
DRenderScriptx86ABIFixups.cpp88 GetLogIfAnyCategoriesSet(LIBLLDB_LOG_LANGUAGE | LIBLLDB_LOG_EXPRESSIONS)); in cloneToStructRetFnTy()
/external/llvm-project/lldb/include/lldb/Utility/
DLogging.h42 #define LIBLLDB_LOG_LANGUAGE (1u << 28) macro
/external/llvm-project/lldb/source/Utility/
DLogging.cpp32 {{"language"}, {"log language runtime events"}, LIBLLDB_LOG_LANGUAGE},
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp512 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE)); in FailExceptionParsing()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusLanguage.cpp317 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_LANGUAGE); in substituteImpl()