Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DRichManglingContext.cpp44 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) { in FromItaniumName()
113 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) in processIPDStrResult()
H A DMangled.cpp246 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) { in GetMSVCDemangledStr()
281 if (Log *log = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_DEMANGLE)) { in GetItaniumDemangledStr()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DLogging.h47 #define LIBLLDB_LOG_DEMANGLE (1u << 30) macro
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DLogging.cpp25 {{"demangle"}, {"log mangled names to catch demangler crashes"}, LIBLLDB_LOG_DEMANGLE},