Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLogging.h33 #define LIBLLDB_LOG_TYPES (1u << 19) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DLogging.cpp47 {{"types"}, {"log type system related activities"}, LIBLLDB_LOG_TYPES},
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1532 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in GetClassInfoUtilityFunctionImpl()
1637 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in GetClassInfoUtilityFunctionImpl()
1740 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMap()
1816 Log *type_log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES); in UpdateISAToDescriptorMap()
1896 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in ParseClassInfoArray()
1969 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMap()
2044 Log *type_log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES); in UpdateISAToDescriptorMap()
2198 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in UpdateISAToDescriptorMapIfNeeded()
2285 Log *log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_PROCESS | LIBLLDB_LOG_TYPES)); in RealizedClassGenerationCountChanged()
2417 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in CreateInstance()
[all …]
H A DAppleObjCClassDescriptorV2.cpp534 Log *log(GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in fill()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanTracer.cpp110 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_TYPES), in GetIntPointerType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp207 lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_TYPES), in GetCompilerTypeImpl()
H A DValueObjectDynamicValue.cpp208 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_TYPES)); in UpdateValue()