Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
DHostProcessPosix.cpp74 file_spec.GetFilename().SetCStringWithLength(filename, len - deleted_len); in GetMainModule()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp130 m_class.SetCStringWithLength(class_start, paren_pos - class_start); in GetClassName()
137 m_class.SetCStringWithLength(class_start, space_pos - class_start); in GetClassName()
156 m_class_category.SetCStringWithLength(class_start, in GetClassNameWithCategory()
179 m_selector.SetCStringWithLength(space_pos, m_full.GetLength() - in GetSelector()
198 m_category.SetCStringWithLength(open_paren_pos, in GetCategory()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DConstString.h381 void SetCStringWithLength(const char *cstr, size_t cstr_len);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DConstString.cpp321 void ConstString::SetCStringWithLength(const char *cstr, size_t cstr_len) { in SetCStringWithLength() function in ConstString
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2619 ret_val.SetCStringWithLength(buffer.c_str(), buffer.size()); in GetSyntheticTypeName()