Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DConstString.cpp301 void ConstString::SetString(const llvm::StringRef &s) { in SetString() function in ConstString
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp421 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString