Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DConstString.cpp89 const char *GetConstCString(const char *cstr) { in GetConstCString() function in Pool
207 : m_string(StringPool().GetConstCString(cstr)) {} in ConstString()
303 m_string = StringPool().GetConstCString(cstr); in SetCString()