Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DConstString.cpp306 void ConstString::SetString(const llvm::StringRef &s) { in SetString() function in ConstString
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp466 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString