Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp453 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
457 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
461 m_mangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
462 m_demangled.SetString(strtab.Get(data.GetU32(offset_ptr))); in Decode()
H A DValueObjectChild.cpp63 name.SetString(llvm::formatv("{0}:{1}", name, bitfield_bit_size).str()); in AdjustForBitfieldness()
H A DModule.cpp316 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile()
722 m_lookup_name.SetString(basename); in LookupInfo()
H A DValueObject.cpp1852 name_const_str.SetString("@" + std::to_string(offset)); in GetSyntheticChildAtOffset()
/freebsd/contrib/llvm-project/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.cpp311 void ConstString::SetString(llvm::StringRef s) { in SetString() function in ConstString
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h326 void SetString(llvm::StringRef s);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp179 new_path.SetString(remapped->GetPath()); in RemapPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp392 PythonString::PythonString(llvm::StringRef string) { SetString(string); } in PythonString()
438 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString
H A DPythonDataObjects.h476 void SetString(llvm::StringRef string); // safe, null on error
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp581 archive_object.SetString(object); in SplitArchivePathWithObject()
H A DType.cpp887 m_type_name.SetString(type_name); in SetName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp452 reg_info.name.SetString(value); in BuildDynamicRegisterInfo()
454 reg_info.alt_name.SetString(value); in BuildDynamicRegisterInfo()
484 reg_info.set_name.SetString(value); in BuildDynamicRegisterInfo()
4565 reg_info.name.SetString(value); in ParseRegisters()
4579 reg_info.alt_name.SetString(value); in ParseRegisters()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1291 mangled_name.SetString(name); in FindFunctionInModule()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1190 m_name.SetString(option_arg); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2696 fixed_setter.SetString(ss.GetString()); in PropertyAttributes()