Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DConstString.cpp89 const char *GetConstCString(const char *cstr) { in GetConstCString() function in Pool
206 : m_string(StringPool().GetConstCString(cstr)) {} in ConstString()
302 m_string = StringPool().GetConstCString(cstr); in SetCString()