Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp74 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 DClangExpressionParser.cpp1313 mangled_name.SetString(name); in FindFunctionInModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp108 m_sdk_build.SetString(option_arg); in SetOptionValue()
112 m_sdk_sysroot.SetString(option_arg); in SetOptionValue()
H A DOptionValueProperties.cpp100 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 DFileSpec.cpp197 m_filename.SetString("."); in SetFile()
205 m_filename.SetString(filename); in SetFile()
209 m_directory.SetString(directory); in SetFile()
H A DConstString.cpp306 void ConstString::SetString(const llvm::StringRef &s) { in SetString() function in ConstString
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConstString.h326 void SetString(const llvm::StringRef &s);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectChild.cpp61 name.SetString(llvm::formatv("{0}:{1}", name, bitfield_bit_size).str()); in AdjustForBitfieldness()
H A DModule.cpp321 m_object_name.SetString(s.GetString()); in GetMemoryObjectFile()
726 m_lookup_name.SetString(basename); in LookupInfo()
H A DValueObject.cpp1683 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 DDebugger.cpp700 m_instance_name.SetString(llvm::formatv("debugger_{0}", GetID()).str()); in Debugger()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPathMappingList.cpp149 new_path.SetString(remapped->GetPath()); in RemapPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp239 file_spec.GetDirectory().SetString(raw_path); in ComputePathRelativeToLibrary()
H A DFileSystem.cpp290 file_spec.GetDirectory().SetString(path); in Resolve()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp382 PythonString::PythonString(llvm::StringRef string) { SetString(string); } in PythonString()
466 void PythonString::SetString(llvm::StringRef string) { in SetString() function in PythonString
H A DPythonDataObjects.h480 void SetString(llvm::StringRef string); // safe, null on error
H A DScriptInterpreterPython.cpp408 spec.GetDirectory().SetString(path); in GetPythonDir()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp567 archive_object.SetString(object); in SplitArchivePathWithObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp504 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 DObjCLanguage.cpp113 m_full.SetString(name); in SetName()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1234 m_name.SetString(option_arg); in SetOptionValue()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2470 fixed_setter.SetString(ss.GetString()); in ParseSingleMember()