Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp490 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 DModule.cpp320 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 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/sys/contrib/edk2/Include/Protocol/
H A DHiiString.h225 EFI_HII_SET_STRING SetString; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h326 void SetString(llvm::StringRef s);
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectChild.cpp62 name.SetString(llvm::formatv("{0}:{1}", name, bitfield_bit_size).str()); in AdjustForBitfieldness()
H A DValueObject.cpp1887 name_const_str.SetString("@" + std::to_string(offset)); in GetSyntheticChildAtOffset()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp207 new_path.SetString(remapped->GetPath()); in RemapPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp390 PythonString::PythonString(llvm::StringRef string) { SetString(string); } in PythonString()
436 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/Plugins/ABI/LoongArch/
H A DABISysV_loongarch.cpp659 it.value().alt_name.SetString(alias_name); in AugmentRegisterInfo()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp584 archive_object.SetString(object); in SplitArchivePathWithObject()
H A DType.cpp908 m_type_name.SetString(type_name); in SetName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp462 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 DClangExpressionParser.cpp1467 mangled_name.SetString(name); in FindFunctionInModule()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1208 m_name.SetString(option_arg); in SetOptionValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2802 fixed_setter.SetString(ss.GetString()); in PropertyAttributes()