Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp75 file_spec.GetDirectory().SetString(clang_dir); in DefaultComputeClangResourceDirectory()
122 file_spec.GetDirectory().SetString(clang_path.c_str()); in ComputeClangResourceDirectory()
137 file_spec.GetDirectory().SetString(clang_path.c_str()); in ComputeClangResourceDirectory()
148 file_spec.GetDirectory().SetString(raw_path.c_str()); in ComputeClangResourceDirectory()
H A DClangExpressionParser.cpp1316 mangled_name.SetString(name); in FindFunctionInModule()
/llvm-project-15.0.7/lldb/source/Core/
H A DMangled.cpp434 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
438 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
442 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
443 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
H A DValueObjectChild.cpp61 name.SetString(llvm::formatv("{0}:{1}", name, bitfield_bit_size).str()); in AdjustForBitfieldness()
H A DValueObject.cpp1686 name_const_str.SetString("@" + std::to_string(offset)); in GetSyntheticChildAtOffset()
2138 child_name.SetString(temp_expression); in GetValueForExpressionPath_Impl()
2207 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
H A DModule.cpp317 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile()
720 m_lookup_name.SetString(basename); in LookupInfo()
H A DDebugger.cpp758 m_instance_name.SetString(llvm::formatv("debugger_{0}", GetID()).str()); in Debugger()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp115 m_sdk_build.SetString(option_arg); in SetOptionValue()
119 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
H A DOptionValueProperties.cpp101 key.SetString(name.take_front(key_len)); in GetSubValue()
104 key.SetString(name); in GetSubValue()
606 key.SetString(name.take_front(key_len)); in GetPropertyAtPath()
609 key.SetString(name); in GetPropertyAtPath()
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp195 m_filename.SetString("."); in SetFile()
203 m_filename.SetString(filename); in SetFile()
207 m_directory.SetString(directory); in SetFile()
H A DConstString.cpp305 void ConstString::SetString(const llvm::StringRef &s) { in SetString() function in ConstString
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConstString.h326 void SetString(const llvm::StringRef &s);
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHostInfoMacOSX.mm170 file_spec.GetDirectory().SetString(
188 file_spec.GetDirectory().SetString(
207 file_spec.GetDirectory().SetString(
/llvm-project-15.0.7/lldb/source/Target/
H A DPathMappingList.cpp145 new_path.SetString(remapped->GetPath()); in RemapPath()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp36 build.SetString(build_str); in SDKDirectoryInfo()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHostInfoBase.cpp245 file_spec.GetDirectory().SetString(raw_path); in ComputePathRelativeToLibrary()
H A DFileSystem.cpp270 file_spec.GetDirectory().SetString(path); in Resolve()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp383 PythonString::PythonString(llvm::StringRef string) { SetString(string); } in PythonString()
429 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString
H A DPythonDataObjects.h452 void SetString(llvm::StringRef string); // safe, null on error
H A DScriptInterpreterPython.cpp263 spec.GetDirectory().SetString(path); in GetPythonDir()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DObjectFile.cpp570 archive_object.SetString(object); in SplitArchivePathWithObject()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp460 reg_info.name.SetString(value); in BuildDynamicRegisterInfo()
462 reg_info.alt_name.SetString(value); in BuildDynamicRegisterInfo()
492 reg_info.set_name.SetString(value); in BuildDynamicRegisterInfo()
4092 reg_info.name.SetString(value); in ParseRegisters()
4106 reg_info.alt_name.SetString(value); in ParseRegisters()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp100 m_full.SetString(name); in SetName()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp1087 dll_specs.GetDirectory().SetString(m_file.GetDirectory().GetCString()); in ParseDependentModules()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp1213 m_name.SetString(option_arg); in SetOptionValue()

12