Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValue.h139 static const char *GetContextTypeAsCString(ContextType context_type);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValue.cpp104 Value::GetContextTypeAsCString(m_context_type)); in Dump()
633 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString() function in Value