Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp89 const char *GetConstCString(const char *cstr) { in GetConstCString() function in Pool
212 : m_string(StringPool().GetConstCString(cstr)) {} in ConstString()
308 m_string = StringPool().GetConstCString(cstr); in SetCString()