| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ValueObjectRegister.cpp | 37 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()
|
| HD | ValueObjectConstResultImpl.cpp | 98 child_name.SetCString (child_name_str.c_str()); in CreateChildAtIndex()
|
| HD | ValueObjectChild.cpp | 80 name.SetCString(&bitfield_type_name.front()); in AdjustForBitfieldness()
|
| HD | Mangled.cpp | 331 m_demangled.SetCString(""); in GetDemangledName()
|
| HD | ConstString.cpp | 297 ConstString::SetCString (const char *cstr) in SetCString() function in ConstString
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/posix/ |
| HD | HostInfoPosix.cpp | 191 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/ |
| HD | OptionGroupPlatform.cpp | 135 m_sdk_build.SetCString (option_arg); in SetOptionValue() 139 m_sdk_sysroot.SetCString (option_arg); in SetOptionValue()
|
| HD | OptionValueProperties.cpp | 159 key.SetCString (name); in GetSubValue() 698 key.SetCString (name); in GetPropertyAtPath()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBFileSpec.cpp | 141 m_opaque_ap->GetFilename().SetCString(filename); in SetFilename() 150 m_opaque_ap->GetDirectory().SetCString(directory); in SetDirectory()
|
| HD | SBModuleSpec.cpp | 102 m_opaque_ap->GetObjectName().SetCString(name); in SetObjectName()
|
| HD | SBPlatform.cpp | 165 m_opaque_ptr->m_local_cache_directory.SetCString(path); in SetLocalCacheDirectory()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | ConstString.h | 378 SetCString (const char *cstr);
|
| HD | StructuredData.h | 339 result.SetCString(default_val); in GetItemAtIndexAsString() 651 result.SetCString(default_val); in GetValueForKeyAsString()
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | LibStdcpp.cpp | 156 g_item_name.SetCString("_M_current"); in LibStdcppVectorIteratorSyntheticFrontEndCreator()
|
| HD | LibCxx.cpp | 331 g_item_name.SetCString("__i"); in LibCxxVectorIteratorSyntheticFrontEndCreator()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ThreadPlanStepInRange.h | 58 m_step_into_target.SetCString(target); in SetStepInTarget()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | HostInfoBase.cpp | 337 file_spec.GetDirectory().SetCString(temp_file_spec.GetCString()); in ComputeProcessTempFileDirectory() 373 file_spec.GetDirectory().SetCString(temp_file_spec.GetCString()); in ComputeGlobalTempFileDirectory()
|
| HD | FileSpec.cpp | 344 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/ |
| HD | ObjectContainerBSDArchive.cpp | 109 ar_name.SetCString(str.c_str()); in Extract() 137 ar_name.SetCString (str.c_str()); in Extract()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Platform.cpp | 676 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()
|
| HD | PathMappingList.cpp | 197 new_path.SetCString(new_path_str.c_str()); in RemapPath()
|
| HD | StackFrame.cpp | 658 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/ |
| HD | BreakpointResolverName.cpp | 113 lookup.name.SetCString(method); in BreakpointResolverName()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangUserExpression.cpp | 706 object_name.SetCString("this"); in PrepareToExecuteJITExpression() 710 object_name.SetCString("self"); in PrepareToExecuteJITExpression()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteRegisterContext.cpp | 1092 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()
|