Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h205 const char *GetCString() const { return m_string; } GetCString() function
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp49 const char *SBError::GetCString() const { in GetCString() function in SBError