Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h139 static const char *GetContextTypeAsCString(ContextType context_type);
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp103 Value::GetContextTypeAsCString(m_context_type)); in Dump()
632 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString() function in Value