| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ExpressionVariable.cpp | 34 SymbolMap::iterator si = m_symbol_map.find(name.GetCString()); in LookupSymbol() 55 m_symbol_map[jitted_function.m_name.GetCString()] = in RegisterExecutionUnit() 58 jitted_function.m_name.GetCString(), in RegisterExecutionUnit() 73 m_symbol_map[global_var.m_name.GetCString()] = global_var.m_remote_addr; in RegisterExecutionUnit() 75 global_var.m_name.GetCString(), global_var.m_remote_addr); in RegisterExecutionUnit()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangPersistentVariables.cpp | 74 PersistentDecl p = m_persistent_decls.lookup(type_name.GetCString()); in GetCompilerTypeFromPersistentDecl() 91 m_persistent_decls.insert(std::make_pair(name.GetCString(), p)); in RegisterPersistentDecl() 97 ConstString(enumerator_decl->getNameAsString()).GetCString(), p)); in RegisterPersistentDecl() 104 return m_persistent_decls.lookup(name.GetCString()).m_decl; in GetPersistentDecl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | FileSystemPosix.cpp | 38 if (::symlink(dst.GetCString(), src.GetCString()) == -1) in Symlink() 59 return Status("Couldn't get the canonical path for %s", src.GetCString()); in ResolveSymbolicLink()
|
| H A D | ProcessLauncherPosixFork.cpp | 76 file_spec.GetCString(), flags, 0666); in DupDescriptor() 122 0 != ::chdir(info.GetWorkingDirectory().GetCString())) in ChildFunc()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeCategory.cpp | 239 *matching_category = m_name.GetCString(); in AnyMatches() 249 *matching_category = m_name.GetCString(); in AnyMatches() 259 *matching_category = m_name.GetCString(); in AnyMatches() 269 *matching_category = m_name.GetCString(); in AnyMatches() 279 *matching_category = m_name.GetCString(); in AnyMatches() 289 *matching_category = m_name.GetCString(); in AnyMatches() 299 *matching_category = m_name.GetCString(); in AnyMatches() 309 *matching_category = m_name.GetCString(); in AnyMatches()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 39 const char *SBError::GetCString() const { in GetCString() function in SBError 40 LLDB_RECORD_METHOD_CONST_NO_ARGS(const char *, SBError, GetCString); in GetCString() 177 const char *err_string = GetCString(); in GetDescription() 196 LLDB_REGISTER_METHOD_CONST(const char *, SBError, GetCString, ()); in RegisterMethods()
|
| H A D | SBPlatform.cpp | 163 return m_opaque_ptr->m_local_cache_directory.GetCString(); in GetLocalCacheDirectory() 374 return platform_sp->GetName().GetCString(); in GetName() 389 return platform_sp->GetWorkingDirectory().GetCString(); in GetWorkingDirectory() 450 return ConstString(arch.GetTriple().getTriple().c_str()).GetCString(); in GetTriple() 466 return ConstString(s.c_str()).GetCString(); in GetOSBuild() 483 return ConstString(s.c_str()).GetCString(); in GetOSDescription() 591 working_dir = platform_sp->GetWorkingDirectory().GetCString(); in Run()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBError.i | 67 GetCString () const; 115 …description = property(GetCString, None, doc='''A read only property that returns the same result …
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 126 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() 231 ObjCLanguage::MethodName objc_method(method_name.GetCString(), false); in GetMethodNameVariants() 253 strm.Printf("+%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants() 258 strm.Printf("-%s", objc_method.GetFullName().GetCString()); in GetMethodNameVariants() 264 strm.Printf("+%s", name_sans_category.GetCString()); in GetMethodNameVariants() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 132 m_file_name = partial_spec.GetFilename().GetCString(); in SourceFileCompleter() 133 m_dir_name = partial_spec.GetDirectory().GetCString(); in SourceFileCompleter() 143 context.comp_unit->GetPrimaryFile().GetFilename().GetCString(); in SearchCallback() 145 context.comp_unit->GetPrimaryFile().GetDirectory().GetCString(); in SearchCallback() 168 m_matching_files.GetFileSpecAtIndex(i).GetFilename().GetCString()); in DoCompletion() 242 m_request.AddCompletion((*pos).GetCString()); in DoCompletion() 261 m_file_name = partial_spec.GetFilename().GetCString(); in ModuleCompleter() 262 m_dir_name = partial_spec.GetDirectory().GetCString(); in ModuleCompleter() 272 context.module_sp->GetFileSpec().GetFilename().GetCString(); in SearchCallback() 274 context.module_sp->GetFileSpec().GetDirectory().GetCString(); in SearchCallback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | FileAction.cpp | 28 llvm::StringRef FileAction::GetPath() const { return m_file_spec.GetCString(); } in GetPath() 84 m_file_spec.GetCString(), m_arg); in Dump()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | SectionLoadList.cpp | 110 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 D | PathMappingList.cpp | 129 m_pairs[index].first.GetCString(), in Dump() 130 m_pairs[index].second.GetCString()); in Dump() 133 s->Printf("%s -> %s", m_pairs[pair_index].first.GetCString(), in Dump() 134 m_pairs[pair_index].second.GetCString()); in Dump()
|
| H A D | Platform.cpp | 304 name.GetCString()); in Create() 409 strm.Printf(" Platform: %s\n", GetPluginName().GetCString()); in GetStatus() 688 fixed_dst.GetDirectory().SetCString(working_dir.GetCString()); in Install() 773 GetPluginName().GetCString(), in MakeDirectory() 789 GetPluginName().GetCString(), in GetFilePermissions() 803 GetPluginName().GetCString(), in SetFilePermissions() 827 working_dir.GetCString()); in SetRemoteWorkingDirectory() 971 GetPluginName().GetCString()); in ConnectRemote() 975 GetPluginName().GetCString()); in ConnectRemote() 984 GetPluginName().GetCString()); in DisconnectRemote() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 84 original_ptr, in_value.GetTypeName().GetCString(), name); in GetTypeInfoFromVTableAddress() 128 type_sp->GetID(), type_sp->GetName().GetCString()); in GetTypeInfoFromVTableAddress() 144 type_sp->GetID(), type_sp->GetName().GetCString()); in GetTypeInfoFromVTableAddress() 160 type_sp->GetID(), type_sp->GetName().GetCString()); in GetTypeInfoFromVTableAddress() 290 std::string corrected_name(type_and_or_name.GetName().GetCString()); in FixUpDynamicType() 363 demangled.GetCString()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Process.h | 616 GetPluginName().GetCString()); in DoLoadCore() 937 GetPluginName().GetCString()); in DoAttachToProcessWithID() 1013 GetPluginName().GetCString()); in DoLaunch() 1049 GetPluginName().GetCString()); in DoResume() 1085 GetPluginName().GetCString()); in DoHalt() 1112 GetPluginName().GetCString()); in DoDetach() 1143 GetPluginName().GetCString()); in DoSignal() 1572 GetPluginName().GetCString()); in DoWriteMemory() 1656 GetPluginName().GetCString()); in DoAllocateMemory() 1911 GetPluginName().GetCString()); in DoDeallocateMemory() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 151 GetPluginName().GetCString(), arch_names.GetData()); in ResolveExecutable() 264 working_dir.GetCString()); in GetRemoteWorkingDirectory() 278 working_dir.GetCString()); in SetRemoteWorkingDirectory() 620 file_spec.GetCString(), mode, error.GetError(), error.AsCString()); in MakeDirectory() 631 file_spec.GetCString(), file_permissions, error.GetError(), in GetFilePermissions() 643 file_spec.GetCString(), file_permissions, error.GetError(), in SetFilePermissions() 696 src.GetCString(), dst.GetCString(), error.GetError(), in CreateSymlink() 705 file_spec.GetCString(), error.GetError(), error.AsCString()); in Unlink()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | UniqueCStringMap.h | 140 if (regex.Execute(pos->cstring.GetCString())) in GetValues() 212 return uintptr_t(lhs.GetCString()) < uintptr_t(rhs.GetCString()); in operator()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | UniqueDWARFASTType.h | 79 m_collection[name.GetCString()].Append(entry); in Insert() 85 const char *unique_name_cstr = name.GetCString(); in Find()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 63 m_enumerations.GetCStringAtIndex(0).GetCString()); in SetValueFromString() 66 m_enumerations.GetCStringAtIndex(i).GetCString()); in SetValueFromString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 63 const char *mangled_name = mangled.GetMangledName().GetCString(); in SymbolNameFitsToLanguage() 158 llvm::StringRef full(m_full.GetCString()); in TrySimplifiedParse() 411 if (!strncmp(mangled_name.GetCString(), "_ZN", 3) && in FindAlternateFunctionManglings() 412 strncmp(mangled_name.GetCString(), "_ZNK", 4)) { in FindAlternateFunctionManglings() 414 fixed_scratch.append(mangled_name.GetCString() + 3); in FindAlternateFunctionManglings() 419 if (!strncmp(mangled_name.GetCString(), "_Z", 2) && in FindAlternateFunctionManglings() 420 strncmp(mangled_name.GetCString(), "_ZL", 3)) { in FindAlternateFunctionManglings() 422 fixed_scratch.append(mangled_name.GetCString() + 2); in FindAlternateFunctionManglings()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 39 const char *mangled_name_cstr = mangled.GetCString(); in GetDemangledNameWithoutArguments() 255 if (char *d = GetMSVCDemangledStr(m_mangled.GetCString())) { in DemangleWithRichManglingInfo() 292 const char *mangled_name = m_mangled.GetCString(); in GetDemangledName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | UnwindPlan.cpp | 445 m_source_name.GetCString(), s.GetData()); in PlanValidAtAddress() 449 m_source_name.GetCString()); in PlanValidAtAddress() 468 m_source_name.GetCString(), s.GetData()); in PlanValidAtAddress() 473 m_source_name.GetCString()); in PlanValidAtAddress() 495 m_source_name.GetCString()); in Dump()
|
| H A D | LocateSymbolFile.cpp | 333 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile() 335 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile() 341 symbol_file_spec.GetFilename().GetCString()); in LocateExecutableSymbolFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 74 module_name.SetCString(module_name.GetCString()); in SerializeToStructuredData() 77 module_name.GetCString()); in SerializeToStructuredData()
|