Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangHost.cpp74 file_spec.GetDirectory().SetString(clang_dir); in DefaultComputeClangResourceDirectory()
121 file_spec.GetDirectory().SetString(clang_path.c_str()); in ComputeClangResourceDirectory()
136 file_spec.GetDirectory().SetString(clang_path.c_str()); in ComputeClangResourceDirectory()
147 file_spec.GetDirectory().SetString(raw_path.c_str()); in ComputeClangResourceDirectory()
DClangExpressionParser.cpp1313 mangled_name.SetString(name); in FindFunctionInModule()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DOptionGroupPlatform.cpp108 m_sdk_build.SetString(option_arg); in SetOptionValue()
112 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
DOptionValueProperties.cpp100 key.SetString(name.take_front(key_len)); in GetSubValue()
103 key.SetString(name); in GetSubValue()
583 key.SetString(name.take_front(key_len)); in GetPropertyAtPath()
586 key.SetString(name); in GetPropertyAtPath()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DFileSpec.cpp197 m_filename.SetString("."); in SetFile()
205 m_filename.SetString(filename); in SetFile()
209 m_directory.SetString(directory); in SetFile()
DConstString.cpp306 void ConstString::SetString(const llvm::StringRef &s) { in SetString() function in ConstString
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DConstString.h326 void SetString(const llvm::StringRef &s);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectChild.cpp61 name.SetString(llvm::formatv("{0}:{1}", name, bitfield_bit_size).str()); in AdjustForBitfieldness()
DModule.cpp321 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile()
726 m_lookup_name.SetString(basename); in LookupInfo()
DValueObject.cpp1683 name_const_str.SetString("@" + std::to_string(offset)); in GetSyntheticChildAtOffset()
2135 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()
2204 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
DDebugger.cpp700 m_instance_name.SetString(llvm::formatv("debugger_{0}", GetID()).str()); in Debugger()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DPathMappingList.cpp149 new_path.SetString(remapped->GetPath()); in RemapPath()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DHostInfoBase.cpp239 file_spec.GetDirectory().SetString(raw_path); in ComputePathRelativeToLibrary()
DFileSystem.cpp290 file_spec.GetDirectory().SetString(path); in Resolve()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp382 PythonString::PythonString(llvm::StringRef string) { SetString(string); } in PythonString()
466 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString
DPythonDataObjects.h480 void SetString(llvm::StringRef string); // safe, null on error
DScriptInterpreterPython.cpp408 spec.GetDirectory().SetString(path); in GetPythonDir()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DObjectFile.cpp567 archive_object.SetString(object); in SplitArchivePathWithObject()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp504 reg_name.SetString(value); in BuildDynamicRegisterInfo()
506 alt_name.SetString(value); in BuildDynamicRegisterInfo()
541 set_name.SetString(value); in BuildDynamicRegisterInfo()
4400 reg_name.SetString(value); in ParseRegisters()
4417 alt_name.SetString(value); in ParseRegisters()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
DObjCLanguage.cpp113 m_full.SetString(name); in SetName()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp1234 m_name.SetString(option_arg); in SetOptionValue()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp2470 fixed_setter.SetString(ss.GetString()); in ParseSingleMember()