Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_TYPES (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h36 #define LIBLLDB_LOG_TYPES (1u << 19) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp47 {{"types"}, {"log type system related activities"}, LIBLLDB_LOG_TYPES},
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1273 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapDynamic()
1397 Log *type_log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES); in UpdateISAToDescriptorMapDynamic()
1477 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in ParseClassInfoArray()
1527 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapSharedCache()
1647 Log *type_log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES); in UpdateISAToDescriptorMapSharedCache()
1736 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapFromMemory()
1803 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapIfNeeded()
2020 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in CreateInstance()
2445 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in EvaluateNonPointerISA()
H A DAppleObjCClassDescriptorV2.cpp495 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in fill()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp209 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in UpdateValue()