Home
last modified time | relevance | path

Searched defs:GetCString (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h215 const char *GetCString() const { return m_string; } in GetCString() function
/openbsd/gnu/llvm/lldb/source/API/
H A DSBError.cpp43 const char *SBError::GetCString() const { in GetCString() function in SBError