Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h229 static const char *GetContextTypeAsCString(ContextType context_type);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp112 Value::GetContextTypeAsCString(m_context_type)); in Dump()
658 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString() function in Value