Home
last modified time | relevance | path

Searched refs:GetCString (Results 1 – 25 of 185) sorted by relevance

12345678

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionVariable.cpp35 SymbolMap::iterator si = m_symbol_map.find(name.GetCString()); in LookupSymbol()
57 m_symbol_map[jitted_function.m_name.GetCString()] = in RegisterExecutionUnit()
61 jitted_function.m_name.GetCString(), in RegisterExecutionUnit()
77 m_symbol_map[global_var.m_name.GetCString()] = global_var.m_remote_addr; in RegisterExecutionUnit()
80 global_var.m_name.GetCString(), global_var.m_remote_addr); in RegisterExecutionUnit()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DMangled.cpp96 const char *mangled_name_cstr = mangled.GetCString(); in get_demangled_name_without_arguments()
223 if (cstring_is_mangled(name.GetCString())) { in SetValue()
301 m_mangled.GetCString()); in DemangleWithRichManglingInfo()
308 ManglingScheme scheme = cstring_mangling_scheme(m_mangled.GetCString()); in DemangleWithRichManglingInfo()
336 if (char *d = GetMSVCDemangledStr(m_mangled.GetCString())) { in DemangleWithRichManglingInfo()
374 m_mangled.GetCString()); in GetDemangledName()
377 const char *mangled_name = m_mangled.GetCString(); in GetDemangledName()
495 const char *mangled_name = mangled.GetCString(); in GuessLanguage()
506 && ObjCLanguage::IsPossibleObjCMethodName(demangled_name.GetCString())) in GuessLanguage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DFileSystem.cpp38 if (::symlink(dst.GetCString(), src.GetCString()) == -1) in Symlink()
46 ssize_t count = ::readlink(src.GetCString(), buf, sizeof(buf) - 1); in Readlink()
59 return Status("Couldn't get the canonical path for %s", src.GetCString()); in ResolveSymbolicLink()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp126 const char *full = m_full.GetCString(); in GetClassName()
152 const char *full = m_full.GetCString(); in GetClassNameWithCategory()
175 const char *full = m_full.GetCString(); in GetSelector()
191 const char *full = m_full.GetCString(); in GetCategory()
215 strm.Printf("[%s %s]", GetClassName().GetCString(), in GetFullNameWithoutCategory()
216 GetSelector().GetCString()); in GetFullNameWithoutCategory()
241 GetClassName().GetCString(), GetSelector().GetCString()); in GetFullNames()
247 strm.Printf("+[%s %s]", class_name.GetCString(), selector.GetCString()); in GetFullNames()
250 strm.Printf("-[%s %s]", class_name.GetCString(), selector.GetCString()); in GetFullNames()
255 category.GetCString(), selector.GetCString()); in GetFullNames()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandCompletions.cpp363 m_file_name = partial_spec.GetFilename().GetCString(); in SourceFileCompleter()
364 m_dir_name = partial_spec.GetDirectory().GetCString(); in SourceFileCompleter()
382 const char *sfile_file_name = sfile_spec.GetFilename().GetCString(); in SearchCallback()
383 const char *sfile_dir_name = sfile_spec.GetFilename().GetCString(); in SearchCallback()
397 const char *cur_file_name = context.comp_unit->GetFilename().GetCString(); in SearchCallback()
423 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion()
491 m_request.AddCompletion((*pos).GetCString()); in DoCompletion()
503 m_file_name = partial_spec.GetFilename().GetCString(); in ModuleCompleter()
504 m_dir_name = partial_spec.GetDirectory().GetCString(); in ModuleCompleter()
516 context.module_sp->GetFileSpec().GetFilename().GetCString(); in SearchCallback()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp458 var->GetName().GetCString()); in AddValueToStruct()
787 current_id, name.GetCString()); in FindExternalVisibleDecls()
792 current_id, name.GetCString(), in FindExternalVisibleDecls()
797 current_id, name.GetCString(), in FindExternalVisibleDecls()
921 name.GetCString()); in FindExternalVisibleDecls()
1181 const char *reg_name(&name.GetCString()[1]); in FindExternalVisibleDecls()
1719 orig_dumper.GetCString()); in AddOneVariable()
1756 pvar_sp->GetName().GetCString(), ast_dumper.GetCString()); in AddOneVariable()
1848 ast_dumper.GetCString()); in ResolveUnknownTypes()
1937 ast_dumper.GetCString()); in AddOneRegister()
[all …]
H A DClangPersistentVariables.cpp59 std::pair<const char *, clang::NamedDecl *>(name.GetCString(), decl)); in RegisterPersistentDecl()
64 ConstString(enumerator_decl->getNameAsString()).GetCString(), in RegisterPersistentDecl()
73 m_persistent_decls.find(name.GetCString()); in GetPersistentDecl()
H A DClangASTSource.cpp677 name.GetCString()); in FindExternalVisibleDecls()
683 name.GetCString(), in FindExternalVisibleDecls()
969 current_id, name.GetCString()); in FindExternalVisibleDecls()
1119 dumper.GetCString()); in FindObjCMethodDeclsWithOrigin()
1324 dumper.GetCString()); in FindObjCMethodDecls()
1455 dumper.GetCString()); in FindObjCPropertyAndIvarDeclsWithOrigin()
1473 dumper.GetCString()); in FindObjCPropertyAndIvarDeclsWithOrigin()
1851 name.GetCString(), in CompleteNamespaceMap()
1857 name.GetCString()); in CompleteNamespaceMap()
1885 name.GetCString(), in CompleteNamespaceMap()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPathMappingList.cpp133 m_pairs[index].first.GetCString(), in Dump()
134 m_pairs[index].second.GetCString()); in Dump()
137 s->Printf("%s -> %s", m_pairs[pair_index].first.GetCString(), in Dump()
138 m_pairs[pair_index].second.GetCString()); in Dump()
215 if (::strncmp(pos->first.GetCString(), orig_path, prefix_len) == 0) { in FindFile()
216 new_spec.SetFile(pos->second.GetCString(), FileSpec::Style::native); in FindFile()
H A DSectionLoadList.cpp110 load_addr, module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
111 section->GetName().GetCString(), in SetSectionLoadAddress()
112 curr_module_sp->GetFileSpec().GetFilename().GetCString(), in SetSectionLoadAddress()
113 ats_pos->second->GetName().GetCString()); in SetSectionLoadAddress()
H A DFileAction.cpp32 llvm::StringRef FileAction::GetPath() const { return m_file_spec.GetCString(); } in GetPath()
88 m_file_spec.GetCString(), m_arg); in Dump()
H A DPlatform.cpp300 name.GetCString()); in Create()
411 strm.Printf(" Platform: %s\n", GetPluginName().GetCString()); in GetStatus()
691 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install()
777 GetPluginName().GetCString(), in MakeDirectory()
793 GetPluginName().GetCString(), in GetFilePermissions()
807 GetPluginName().GetCString(), in SetFilePermissions()
832 working_dir.GetCString()); in SetRemoteWorkingDirectory()
1004 GetPluginName().GetCString()); in ConnectRemote()
1008 GetPluginName().GetCString()); in ConnectRemote()
1017 GetPluginName().GetCString()); in DisconnectRemote()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp320 *matching_category = m_name.GetCString(); in AnyMatches()
330 *matching_category = m_name.GetCString(); in AnyMatches()
340 *matching_category = m_name.GetCString(); in AnyMatches()
350 *matching_category = m_name.GetCString(); in AnyMatches()
360 *matching_category = m_name.GetCString(); in AnyMatches()
370 *matching_category = m_name.GetCString(); in AnyMatches()
381 *matching_category = m_name.GetCString(); in AnyMatches()
391 *matching_category = m_name.GetCString(); in AnyMatches()
402 *matching_category = m_name.GetCString(); in AnyMatches()
412 *matching_category = m_name.GetCString(); in AnyMatches()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBPlatform.cpp127 return m_opaque_ptr->m_local_cache_directory.GetCString(); in GetLocalCacheDirectory()
226 return platform_sp->GetName().GetCString(); in GetName()
239 return platform_sp->GetWorkingDirectory().GetCString(); in GetWorkingDirectory()
289 return ConstString(arch.GetTriple().getTriple().c_str()).GetCString(); in GetTriple()
303 return ConstString(s.c_str()).GetCString(); in GetOSBuild()
318 return ConstString(s.c_str()).GetCString(); in GetOSDescription()
405 working_dir = platform_sp->GetWorkingDirectory().GetCString(); in Run()
H A DSBType.cpp397 return m_opaque_sp->GetName().GetCString(); in GetName()
403 return m_opaque_sp->GetDisplayTypeName().GetCString(); in GetDisplayTypeName()
505 return m_opaque_ap->GetName().GetCString(); in GetName()
549 const char *name = m_opaque_ap->GetName().GetCString(); in GetDescription()
600 return m_opaque_sp->GetName().GetCString(); in GetName()
609 return mangled.GetDemangledName(mangled.GuessLanguage()).GetCString(); in GetDemangledName()
617 return m_opaque_sp->GetMangledName().GetCString(); in GetMangledName()
H A DSBTypeEnumMember.cpp48 return m_opaque_sp->GetName().GetCString(); in GetName()
135 strm.Printf(" %s", m_opaque_sp->GetName().GetCString()); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp84 original_ptr, in_value.GetTypeName().GetCString(), in GetTypeInfoFromVTableAddress()
134 type_sp->GetID(), type_sp->GetName().GetCString()); in GetTypeInfoFromVTableAddress()
150 type_sp->GetID(), type_sp->GetName().GetCString()); in GetTypeInfoFromVTableAddress()
167 type_sp->GetID(), type_sp->GetName().GetCString()); in GetTypeInfoFromVTableAddress()
298 std::string corrected_name(type_and_or_name.GetName().GetCString()); in FixUpDynamicType()
382 demangled.GetCString()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp146 GetPluginName().GetCString(), arch_names.GetData()); in ResolveExecutable()
260 working_dir.GetCString()); in GetRemoteWorkingDirectory()
275 working_dir.GetCString()); in SetRemoteWorkingDirectory()
616 file_spec.GetCString(), mode, error.GetError(), in MakeDirectory()
628 file_spec.GetCString(), file_permissions, error.GetError(), in GetFilePermissions()
640 file_spec.GetCString(), file_permissions, error.GetError(), in SetFilePermissions()
687 src.GetCString(), dst.GetCString(), error.GetError(), in CreateSymlink()
697 file_spec.GetCString(), error.GetError(), error.AsCString()); in Unlink()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueDictionary.cpp49 strm.Indent(pos->first.GetCString()); in DumpValue()
90 strm.Printf("%s=", pos->first.GetCString()); in GetArgs()
185 key.GetCString()); in SetArgs()
321 strm.Printf("%s=", pos->first.GetCString()); in DeepCopy()
H A DOptionValueEnumeration.cpp67 m_enumerations.GetCStringAtIndex(0).GetCString()); in SetValueFromString()
70 m_enumerations.GetCStringAtIndex(i).GetCString()); in SetValueFromString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DUniqueDWARFASTType.h86 m_collection[name.GetCString()].Append(entry); in Insert()
92 const char *unique_name_cstr = name.GetCString(); in Find()
H A DNameToDIE.cpp59 s->Printf("%p: {0x%8.8x/0x%8.8x} \"%s\"\n", (const void *)cstr.GetCString(), in Dump()
60 die_ref.cu_offset, die_ref.die_offset, cstr.GetCString()); in Dump()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DUniqueCStringMap.h41 return cstring.GetCString() < rhs.cstring.GetCString();
184 if (regex.Execute(pos->cstring.GetCString())) in GetValues()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h817 GetPluginName().GetCString()); in DoLoadCore()
1179 GetPluginName().GetCString()); in DoAttachToProcessWithID()
1267 GetPluginName().GetCString()); in DoLaunch()
1309 GetPluginName().GetCString()); in DoResume()
1351 GetPluginName().GetCString()); in DoHalt()
1384 GetPluginName().GetCString()); in DoDetach()
1421 GetPluginName().GetCString()); in DoSignal()
1875 GetPluginName().GetCString()); in DoWriteMemory()
1965 GetPluginName().GetCString()); in DoAllocateMemory()
2192 GetPluginName().GetCString()); in DoDeallocateMemory()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindPlan.cpp409 m_source_name.GetCString(), s.GetData()); in PlanValidAtAddress()
413 m_source_name.GetCString()); in PlanValidAtAddress()
431 m_source_name.GetCString(), s.GetData()); in PlanValidAtAddress()
435 m_source_name.GetCString()); in PlanValidAtAddress()
457 m_source_name.GetCString()); in Dump()

12345678