Home
last modified time | relevance | path

Searched refs:SetCString (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObjectRegister.cpp61 m_name.SetCString(m_reg_set->name); in ValueObjectRegisterSet()
103 m_name.SetCString(reg_set->name); in UpdateValue()
164 m_name.SetCString(reg_info->name); in ConstructObject()
166 m_name.SetCString(reg_info->alt_name); in ConstructObject()
H A DMangled.cpp231 m_demangled.SetCString(""); in GetRichManglingInfo()
296 m_demangled.SetCString(""); in GetDemangledName()
H A DValueObjectConstResultImpl.cpp90 child_name.SetCString(child_name_str.c_str()); in CreateChildAtIndex()
H A DValueObject.cpp564 child_name.SetCString(child_name_str.c_str()); in CreateChildAtIndex()
1735 name_const_str.SetCString(name_str); in GetSyntheticBase()
2673 child_name.SetCString(child_name_str.c_str()); in Dereference()
2694 child_name.SetCString(child_name_str.c_str()); in Dereference()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp101 ar_name.SetCString(str.c_str()); in ExtractFromThin()
171 ar_name.SetCString(str.c_str()); in Extract()
197 ar_name.SetCString(str.c_str()); in Extract()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConstString.h323 void SetCString(const char *cstr);
H A DStructuredData.h256 result.SetCString(default_val); in GetItemAtIndexAsString()
489 result.SetCString(default_val); in GetValueForKeyAsString()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/
H A DABIAArch64.cpp119 info.alt_name.SetCString("x31"); in AugmentRegisterInfo()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp104 m_opaque_up->GetObjectName().SetCString(name); in SetObjectName()
H A DSBPlatform.cpp157 m_opaque_ptr->m_local_cache_directory.SetCString(path); in SetLocalCacheDirectory()
H A DSBType.cpp479 name.SetCString(name_sstr.c_str()); in GetFieldAtIndex()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp71 module_name.SetCString(module_name.GetCString()); in SerializeToStructuredData()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DConstString.cpp301 void ConstString::SetCString(const char *cstr) { in SetCString() function in ConstString
H A DArchSpec.cpp693 m_distribution_id.SetCString(distribution_id); in SetDistributionId()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp918 object_name.SetCString("this"); in AddArguments()
920 object_name.SetCString("self"); in AddArguments()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp789 m_type_name.SetCString(type_name_cstr); in SetName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp940 m_nt_file_entries[i].path.SetCString(path); in parseLinuxNotes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4151 reg_info.set_name.SetCString(gdb_group.c_str()); in ParseRegisters()
4155 reg_info.set_name.SetCString("general"); in ParseRegisters()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp1552 type_name.SetCString(type_name_str.c_str()); in FixArrayTypeNameWithRegex()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp352 name.SetCString(form_value.AsCString()); in ParsedDWARFTypeAttributes()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9769 language_object_name_ptr->SetCString("self"); in DeclContextIsClassMethod()
9778 language_object_name_ptr->SetCString("this"); in DeclContextIsClassMethod()
9789 language_object_name_ptr->SetCString(metadata->GetObjectPtrName()); in DeclContextIsClassMethod()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1166 group_name.SetCString(buffer.get()); in CaptureDebugHintScriptGroup2()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp2080 e.entry.import_name.SetCString(import_name + 1); in ParseTrieEntries()