Home
last modified time | relevance | path

Searched refs:LIBLLDB_LOG_DEMANGLE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DRichManglingContext.cpp50 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) { in FromItaniumName()
119 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) in processIPDStrResult()
DMangled.cpp168 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) { in GetMSVCDemangledStr()
195 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) { in GetItaniumDemangledStr()
208 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) { in GetRustV0DemangledStr()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DLogging.h44 #define LIBLLDB_LOG_DEMANGLE (1u << 30) macro
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DLogging.cpp25 {{"demangle"}, {"log mangled names to catch demangler crashes"}, LIBLLDB_LOG_DEMANGLE},