Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp109 m_sdk_build.SetString(option_arg); in SetOptionValue()
113 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
H A DOptionValueProperties.cpp123 key.SetString(name.take_front(key_len)); in GetSubValue()
126 key.SetString(name); in GetSubValue()
604 key.SetString(name.take_front(key_len)); in GetPropertyAtPath()
607 key.SetString(name); in GetPropertyAtPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp238 m_filename.SetString("."); in SetFile()
246 m_filename.SetString(filename); in SetFile()
250 m_directory.SetString(directory); in SetFile()
H A DConstString.cpp301 void ConstString::SetString(const llvm::StringRef &s) { in SetString() function in ConstString
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DConstString.h372 void SetString(const llvm::StringRef &s);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostInfoPosix.cpp157 file_spec.GetDirectory().SetString(raw_path); in ComputePathRelativeToLibrary()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp348 SetString(string); in PythonString()
352 SetString(llvm::StringRef(string)); in PythonString()
421 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString
H A DPythonDataObjects.h273 void SetString(llvm::StringRef string);
H A DScriptInterpreterPython.cpp421 spec.GetDirectory().SetString(path); in GetPythonDir()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp154 new_path.SetString(remapped); in RemapPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp307 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile()
728 m_lookup_name.SetString(basename); in LookupInfo()
H A DValueObject.cpp2298 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()
2367 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp566 reg_name.SetString(value); in BuildDynamicRegisterInfo()
568 alt_name.SetString(value); in BuildDynamicRegisterInfo()
603 set_name.SetString(value); in BuildDynamicRegisterInfo()
4406 reg_name.SetString(value); in ParseRegisters()
4423 alt_name.SetString(value); in ParseRegisters()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp113 m_full.SetString(name); in SetName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1035 mangled_name.SetString(name); in FindFunctionInModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1284 m_name.SetString(option_arg); in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2850 fixed_setter.SetString(ss.GetString()); in ParseChildMembers()