Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectRegister.cpp37 m_name.SetCString("Registers"); in ValueObjectRegisterContext()
139 m_name.SetCString (m_reg_set->name); in ValueObjectRegisterSet()
200 m_name.SetCString(reg_set->name); in UpdateValue()
270 m_name.SetCString(reg_info->name); in ConstructObject()
272 m_name.SetCString(reg_info->alt_name); in ConstructObject()
HDValueObjectConstResultImpl.cpp98 child_name.SetCString (child_name_str.c_str()); in CreateChildAtIndex()
HDValueObjectChild.cpp80 name.SetCString(&bitfield_type_name.front()); in AdjustForBitfieldness()
HDMangled.cpp331 m_demangled.SetCString(""); in GetDemangledName()
HDConstString.cpp297 ConstString::SetCString (const char *cstr) in SetCString() function in ConstString
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDHostInfoPosix.cpp191 file_spec.GetDirectory().SetCString(raw_path); in ComputeSupportExeDirectory()
199 file_spec.GetDirectory().SetCString(temp_file.GetPath().c_str()); in ComputeHeaderDirectory()
222 file_spec.GetDirectory().SetCString(raw_path); in ComputePythonDirectory()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupPlatform.cpp135 m_sdk_build.SetCString (option_arg); in SetOptionValue()
139 m_sdk_sysroot.SetCString (option_arg); in SetOptionValue()
HDOptionValueProperties.cpp159 key.SetCString (name); in GetSubValue()
698 key.SetCString (name); in GetPropertyAtPath()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFileSpec.cpp141 m_opaque_ap->GetFilename().SetCString(filename); in SetFilename()
150 m_opaque_ap->GetDirectory().SetCString(directory); in SetDirectory()
HDSBModuleSpec.cpp102 m_opaque_ap->GetObjectName().SetCString(name); in SetObjectName()
HDSBPlatform.cpp165 m_opaque_ptr->m_local_cache_directory.SetCString(path); in SetLocalCacheDirectory()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDConstString.h378 SetCString (const char *cstr);
HDStructuredData.h339 result.SetCString(default_val); in GetItemAtIndexAsString()
651 result.SetCString(default_val); in GetValueForKeyAsString()
/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDLibStdcpp.cpp156 g_item_name.SetCString("_M_current"); in LibStdcppVectorIteratorSyntheticFrontEndCreator()
HDLibCxx.cpp331 g_item_name.SetCString("__i"); in LibCxxVectorIteratorSyntheticFrontEndCreator()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanStepInRange.h58 m_step_into_target.SetCString(target); in SetStepInTarget()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDHostInfoBase.cpp337 file_spec.GetDirectory().SetCString(temp_file_spec.GetCString()); in ComputeProcessTempFileDirectory()
373 file_spec.GetDirectory().SetCString(temp_file_spec.GetCString()); in ComputeGlobalTempFileDirectory()
HDFileSpec.cpp344 m_directory.SetCString(normalized.c_str()); in SetFile()
654 result_const_str.SetCString(result.c_str()); in RemoveBackupDots()
718 m_directory.SetCString (dir_ref.data()); in ResolveExecutableLocation()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.cpp109 ar_name.SetCString(str.c_str()); in Extract()
137 ar_name.SetCString (str.c_str()); in Extract()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp676 recurse_dst.GetDirectory().SetCString(dst_dir.GetPath().c_str()); in RecurseCopy_Callback()
784 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
797 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
830 recurse_dst.GetDirectory().SetCString(fixed_dst.GetCString()); in Install()
HDPathMappingList.cpp197 new_path.SetCString(new_path_str.c_str()); in RemapPath()
HDStackFrame.cpp658 name_const_string.SetCString (var_path.c_str()); in GetValueForVariableExpressionPath()
736 child_name.SetCString (var_path.c_str()); in GetValueForVariableExpressionPath()
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointResolverName.cpp113 lookup.name.SetCString(method); in BreakpointResolverName()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangUserExpression.cpp706 object_name.SetCString("this"); in PrepareToExecuteJITExpression()
710 object_name.SetCString("self"); in PrepareToExecuteJITExpression()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteRegisterContext.cpp1092 name.SetCString(g_register_infos[i].name); in HardcodeARMRegisters()
1094 alt_name.SetCString(g_register_infos[i].alt_name); in HardcodeARMRegisters()
1162 name.SetCString(g_comp_register_infos[i].name); in HardcodeARMRegisters()

12