| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangHost.cpp | 75 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 D | ClangExpressionParser.cpp | 1316 mangled_name.SetString(name); in FindFunctionInModule()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Mangled.cpp | 434 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 D | ValueObjectChild.cpp | 61 name.SetString(llvm::formatv("{0}:{1}", name, bitfield_bit_size).str()); in AdjustForBitfieldness()
|
| H A D | ValueObject.cpp | 1686 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 D | Module.cpp | 317 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile() 720 m_lookup_name.SetString(basename); in LookupInfo()
|
| H A D | Debugger.cpp | 758 m_instance_name.SetString(llvm::formatv("debugger_{0}", GetID()).str()); in Debugger()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 115 m_sdk_build.SetString(option_arg); in SetOptionValue() 119 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
|
| H A D | OptionValueProperties.cpp | 101 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 D | FileSpec.cpp | 195 m_filename.SetString("."); in SetFile() 203 m_filename.SetString(filename); in SetFile() 207 m_directory.SetString(directory); in SetFile()
|
| H A D | ConstString.cpp | 305 void ConstString::SetString(const llvm::StringRef &s) { in SetString() function in ConstString
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 326 void SetString(const llvm::StringRef &s);
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | HostInfoMacOSX.mm | 170 file_spec.GetDirectory().SetString( 188 file_spec.GetDirectory().SetString( 207 file_spec.GetDirectory().SetString(
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 145 new_path.SetString(remapped->GetPath()); in RemapPath()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformRemoteDarwinDevice.cpp | 36 build.SetString(build_str); in SDKDirectoryInfo()
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 245 file_spec.GetDirectory().SetString(raw_path); in ComputePathRelativeToLibrary()
|
| H A D | FileSystem.cpp | 270 file_spec.GetDirectory().SetString(path); in Resolve()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 383 PythonString::PythonString(llvm::StringRef string) { SetString(string); } in PythonString() 429 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString
|
| H A D | PythonDataObjects.h | 452 void SetString(llvm::StringRef string); // safe, null on error
|
| H A D | ScriptInterpreterPython.cpp | 263 spec.GetDirectory().SetString(path); in GetPythonDir()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 570 archive_object.SetString(object); in SplitArchivePathWithObject()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 460 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 D | ObjCLanguage.cpp | 100 m_full.SetString(name); in SetName()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 1087 dll_specs.GetDirectory().SetString(m_file.GetDirectory().GetCString()); in ParseDependentModules()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1213 m_name.SetString(option_arg); in SetOptionValue()
|