Home
last modified time | relevance | path

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

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