Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp80 const char *GetConstCString(const char *cstr) { in GetConstCString() function in Pool
202 : m_string(StringPool().GetConstCString(cstr)) {} in ConstString()
298 m_string = StringPool().GetConstCString(cstr); in SetCString()