| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangHost.cpp | 74 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()
|
| H A D | ClangExpressionParser.cpp | 1313 mangled_name.SetString(name); in FindFunctionInModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupPlatform.cpp | 108 m_sdk_build.SetString(option_arg); in SetOptionValue() 112 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
|
| H A D | OptionValueProperties.cpp | 100 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-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 197 m_filename.SetString("."); in SetFile() 205 m_filename.SetString(filename); in SetFile() 209 m_directory.SetString(directory); in SetFile()
|
| H A D | ConstString.cpp | 306 void ConstString::SetString(const llvm::StringRef &s) { in SetString() function in ConstString
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 326 void SetString(const llvm::StringRef &s);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectChild.cpp | 61 name.SetString(llvm::formatv("{0}:{1}", name, bitfield_bit_size).str()); in AdjustForBitfieldness()
|
| H A D | Module.cpp | 321 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile() 726 m_lookup_name.SetString(basename); in LookupInfo()
|
| H A D | ValueObject.cpp | 1683 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()
|
| H A D | Debugger.cpp | 700 m_instance_name.SetString(llvm::formatv("debugger_{0}", GetID()).str()); in Debugger()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 149 new_path.SetString(remapped->GetPath()); in RemapPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | HostInfoBase.cpp | 239 file_spec.GetDirectory().SetString(raw_path); in ComputePathRelativeToLibrary()
|
| H A D | FileSystem.cpp | 290 file_spec.GetDirectory().SetString(path); in Resolve()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 382 PythonString::PythonString(llvm::StringRef string) { SetString(string); } in PythonString() 466 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString
|
| H A D | PythonDataObjects.h | 480 void SetString(llvm::StringRef string); // safe, null on error
|
| H A D | ScriptInterpreterPython.cpp | 408 spec.GetDirectory().SetString(path); in GetPythonDir()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 567 archive_object.SetString(object); in SplitArchivePathWithObject()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 504 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-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 113 m_full.SetString(name); in SetName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1234 m_name.SetString(option_arg); in SetOptionValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2470 fixed_setter.SetString(ss.GetString()); in ParseSingleMember()
|