Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DValue.h134 static const char *GetContextTypeAsCString(ContextType context_type);
/external/llvm-project/lldb/source/Core/
DValue.cpp109 Value::GetContextTypeAsCString(m_context_type)); in Dump()
632 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString() function in Value