| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 490 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode() 494 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode() 498 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode() 499 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
|
| H A D | Module.cpp | 320 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile() 709 m_lookup_name.SetString(*basename); in LookupInfo()
|
| /freebsd/contrib/llvm-project/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 | 311 void ConstString::SetString(llvm::StringRef s) { in SetString() function in ConstString
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | HiiString.h | 225 EFI_HII_SET_STRING SetString; member
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 326 void SetString(llvm::StringRef s);
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | ValueObjectChild.cpp | 62 name.SetString(llvm::formatv("{0}:{1}", name, bitfield_bit_size).str()); in AdjustForBitfieldness()
|
| H A D | ValueObject.cpp | 1887 name_const_str.SetString("@" + std::to_string(offset)); in GetSyntheticChildAtOffset()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 207 new_path.SetString(remapped->GetPath()); in RemapPath()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | PythonDataObjects.cpp | 390 PythonString::PythonString(llvm::StringRef string) { SetString(string); } in PythonString() 436 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString
|
| H A D | PythonDataObjects.h | 476 void SetString(llvm::StringRef string); // safe, null on error
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/LoongArch/ |
| H A D | ABISysV_loongarch.cpp | 659 it.value().alt_name.SetString(alias_name); in AugmentRegisterInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 584 archive_object.SetString(object); in SplitArchivePathWithObject()
|
| H A D | Type.cpp | 908 m_type_name.SetString(type_name); in SetName()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 462 reg_info.name.SetString(value); in BuildDynamicRegisterInfo() 464 reg_info.alt_name.SetString(value); in BuildDynamicRegisterInfo() 494 reg_info.set_name.SetString(value); in BuildDynamicRegisterInfo() 4695 reg_info.name.SetString(value); in ParseRegisters() 4709 reg_info.alt_name.SetString(value); in ParseRegisters()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1467 mangled_name.SetString(name); in FindFunctionInModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 1208 m_name.SetString(option_arg); in SetOptionValue()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2802 fixed_setter.SetString(ss.GetString()); in PropertyAttributes()
|