Home
last modified time | relevance | path

Searched refs:GetContextTypeAsCString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h141 static const char *GetContextTypeAsCString(ContextType context_type);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp108 Value::GetContextTypeAsCString(m_context_type)); in Dump()
662 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString() function in Value