| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | AppleDWARFIndex.cpp | 60 basename.GetStringRef(), in GetGlobalVariables() 61 DIERefCallback(callback, basename.GetStringRef())); in GetGlobalVariables() 93 class_name.GetStringRef(), in GetObjCMethods() 94 DIERefCallback(callback, class_name.GetStringRef())); in GetObjCMethods() 103 class_name.GetStringRef(), in GetCompleteObjCClass() 104 DIERefCallback(callback, class_name.GetStringRef()), in GetCompleteObjCClass() 112 m_apple_types_up->FindByName(name.GetStringRef(), in GetTypes() 161 type_name.GetStringRef(), tag, in GetTypes() 167 type_name.GetStringRef(), in GetTypes() 168 DIERefCallback(callback, type_name.GetStringRef())); in GetTypes() [all …]
|
| H A D | DebugNamesDWARFIndex.cpp | 89 m_debug_names_up->equal_range(basename.GetStringRef())) { in GetGlobalVariables() 93 if (!ProcessEntry(entry, callback, basename.GetStringRef())) in GetGlobalVariables() 157 m_debug_names_up->equal_range(class_name.GetStringRef())) { in GetCompleteObjCClass() 174 ReportInvalidDIERef(*ref, class_name.GetStringRef()); in GetCompleteObjCClass() 186 auto dierefcallback = DIERefCallback(callback, class_name.GetStringRef()); in GetCompleteObjCClass() 197 m_debug_names_up->equal_range(name.GetStringRef())) { in GetTypes() 199 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetTypes() 224 m_debug_names_up->equal_range(name.GetStringRef())) { in GetNamespaces() 226 if (!ProcessEntry(entry, callback, name.GetStringRef())) in GetNamespaces() 241 m_debug_names_up->equal_range(name.GetStringRef())) { in GetFunctions() [all …]
|
| H A D | ManualDWARFIndex.cpp | 350 DIERefCallback(callback, basename.GetStringRef())); in GetGlobalVariables() 370 class_name, DIERefCallback(callback, class_name.GetStringRef())); in GetObjCMethods() 378 DIERefCallback(callback, class_name.GetStringRef())); in GetCompleteObjCClass() 384 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetTypes() 399 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces() 417 name.GetStringRef()))) in GetFunctions() 429 name.GetStringRef()))) in GetFunctions() 435 name, DIERefCallback(callback, name.GetStringRef()))) in GetFunctions() 442 name, DIERefCallback(callback, name.GetStringRef()))) in GetFunctions()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationReplayServer.cpp | 114 if (skip(packet.GetStringRef())) in GetPacketAndSendResponse() 119 if (packet.GetStringRef() == "QStartNoAckMode") in GetPacketAndSendResponse() 125 if (packet.GetStringRef().find("QEnvironment") == 0) in GetPacketAndSendResponse() 144 if (unexpected(expanded_data, packet.GetStringRef())) { in GetPacketAndSendResponse() 149 packet.GetStringRef()); in GetPacketAndSendResponse() 155 packet.GetStringRef().data()); in GetPacketAndSendResponse() 175 packet.GetStringRef()); in GetPacketAndSendResponse() 181 packet.GetStringRef(), entry.packet.data); in GetPacketAndSendResponse()
|
| H A D | GDBRemoteCommunicationServer.cpp | 64 packet_result = SendUnimplementedResponse(packet.GetStringRef().data()); in GetPacketAndSendResponse() 70 packet_result = SendUnimplementedResponse(packet.GetStringRef().data()); in GetPacketAndSendResponse() 143 __FUNCTION__, failed_packet.GetStringRef().data(), in SendIllFormedResponse()
|
| H A D | GDBRemoteClientBase.cpp | 100 response.GetStringRef().data()); in SendContinuePacketAndWaitForResponse() 121 llvm::StringRef(response.GetStringRef()).substr(1)); in SendContinuePacketAndWaitForResponse() 124 delegate.HandleAsyncStructuredDataPacket(response.GetStringRef()); in SendContinuePacketAndWaitForResponse() 244 int(payload.size()), payload.data(), response.GetStringRef().data(), in SendPacketAndWaitForResponseNoLock()
|
| H A D | GDBRemoteCommunicationClient.cpp | 334 m_qSupported_response = response.GetStringRef().str(); in GetRemoteQSupported() 337 response.GetStringRef().split(server_features, ';'); in GetRemoteQSupported() 407 const char *response_cstr = response.GetStringRef().data(); in GetVContSupported() 770 error_str = std::string(response.GetStringRef().substr(1)); in GetLaunchSuccess() 2323 response.GetStringRef().size()) in GetUserName() 2350 response.GetStringRef().size()) in GetGroupName() 3606 llvm::StringRef ref = response.GetStringRef(); in GetQOffsets() 3828 const std::string &str = std::string(chunk.GetStringRef()); in ReadExtFeature() 3933 llvm::StringRef response_str(response.GetStringRef()); in ServeSymbolLookups() 4107 stream.PutCString(type_name.GetStringRef()); in ConfigureRemoteStructuredData() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 31 RegularExpression(type_name.GetStringRef()), format_sp); in AddFormat() 42 RegularExpression(type_name.GetStringRef()), summary_sp); in AddSummary() 55 RegularExpression(type_name.GetStringRef()), summary_sp); in AddStringSummary() 69 RegularExpression(type_name.GetStringRef()), summary_sp); in AddOneLineSummary() 83 RegularExpression(type_name.GetStringRef()), summary_sp); in AddCXXSummary() 98 RegularExpression(type_name.GetStringRef()), synth_sp); in AddCXXSynthetic() 113 RegularExpression(type_name.GetStringRef()), filter_sp); in AddFilter()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ConstString.cpp | 219 llvm::StringRef lhs_string_ref(GetStringRef()); in operator <() 220 llvm::StringRef rhs_string_ref(rhs.GetStringRef()); in operator <() 254 llvm::StringRef lhs_string_ref(lhs.GetStringRef()); in Equals() 255 llvm::StringRef rhs_string_ref(rhs.GetStringRef()); in Equals() 267 llvm::StringRef lhs_string_ref(lhs.GetStringRef()); in Compare() 268 llvm::StringRef rhs_string_ref(rhs.GetStringRef()); in Compare() 338 format_provider<StringRef>::format(CS.GetStringRef(), OS, Options); in format() 343 Out << Val.GetStringRef(); in output()
|
| H A D | FileSpec.cpp | 370 path.append(m_directory.GetStringRef().begin(), in GetPath() 371 m_directory.GetStringRef().end()); in GetPath() 375 if (m_directory && m_filename && m_directory.GetStringRef().back() != '/' && in GetPath() 376 m_filename.GetStringRef().back() != '/') in GetPath() 378 path.append(m_filename.GetStringRef().begin(), in GetPath() 379 m_filename.GetStringRef().end()); in GetPath() 386 llvm::sys::path::extension(m_filename.GetStringRef(), m_style)); in GetFileNameExtension() 390 return ConstString(llvm::sys::path::stem(m_filename.GetStringRef(), m_style)); in GetFileNameStrippingExtension() 472 return g_source_file_regex.Execute(extension.GetStringRef()); in IsSourceImplementationFile() 506 StringRef dir = F.GetDirectory().GetStringRef(); in format() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Mangled.cpp | 147 if (cstring_is_mangled(name.GetStringRef())) { in SetValue() 227 ManglingScheme scheme = GetManglingScheme(m_mangled.GetStringRef()); in DemangleWithRichManglingInfo() 228 if (skip_mangled_name && skip_mangled_name(m_mangled.GetStringRef(), scheme)) in DemangleWithRichManglingInfo() 293 ManglingScheme mangling_scheme = GetManglingScheme(m_mangled.GetStringRef()); in GetDemangledName() 335 if (m_mangled && regex.Execute(m_mangled.GetStringRef())) in NameMatches() 339 return demangled && regex.Execute(demangled.GetStringRef()); in NameMatches()
|
| H A D | ValueObjectRegister.cpp | 133 m_reg_ctx_sp->GetRegisterInfoByName(name.GetStringRef()); in GetChildMemberWithName() 148 m_reg_ctx_sp->GetRegisterInfoByName(name.GetStringRef()); in GetIndexOfChildWithName()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 36 return ConstString(FileSpec(path.GetStringRef()).GetPath()); in NormalizePath() 148 if (llvm::Optional<FileSpec> remapped = RemapPath(path.GetStringRef())) { in RemapPath() 175 llvm::StringRef prefix = it.first.GetStringRef(); in RemapPath() 194 FileSpec remapped(it.second.GetStringRef()); in RemapPath() 208 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath() 210 auto orig_file = it.first.GetStringRef(); in ReverseRemapPath()
|
| H A D | StackFrameRecognizer.cpp | 128 if (!entry.module_regexp->Execute(module_name.GetStringRef())) in GetRecognizerForFrame() 136 if (!entry.symbol_regexp->Execute(function_name.GetStringRef())) in GetRecognizerForFrame()
|
| H A D | AssertFrameRecognizer.cpp | 110 for (char c : location.module_spec.GetFilename().GetStringRef()) { in RegisterAssertFrameRecognizer() 121 symbol_re += it->GetStringRef(); in RegisterAssertFrameRecognizer()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 32 strm.PutCString(m_enumerations.GetCStringAtIndex(i).GetStringRef()); in DumpValue() 103 llvm::StringRef name = m_enumerations.GetCStringAtIndex(i).GetStringRef(); in AutoComplete() 109 request.AddCompletion(m_enumerations.GetCStringAtIndex(i).GetStringRef()); in AutoComplete()
|
| H A D | OptionValueLanguage.cpp | 45 Language::GetLanguageTypeFromString(lang_name.GetStringRef()); in SetValueFromString()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 152 return GetStringRef() == rhs; 202 llvm::StringRef GetStringRef() const { in GetStringRef() function 464 os << s.GetStringRef();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | Property.h | 43 llvm::StringRef GetName() const { return m_name.GetStringRef(); } in GetName() 45 return m_description.GetStringRef(); in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 254 auto path_begin = llvm::sys::path::begin(module.search_path.GetStringRef()); in AddModule() 255 auto path_end = llvm::sys::path::end(module.search_path.GetStringRef()); in AddModule() 256 auto sysroot_begin = llvm::sys::path::begin(module.sysroot.GetStringRef()); in AddModule() 257 auto sysroot_end = llvm::sys::path::end(module.sysroot.GetStringRef()); in AddModule() 273 HS.getFileMgr().getDirectory(module.search_path.GetStringRef()); in AddModule() 283 if (!HS.lookupModule(module.path.front().GetStringRef())) { in AddModule() 300 path_component.GetStringRef()), in AddModule() 324 submodule = submodule->findSubmodule(component.GetStringRef()); in AddModule() 392 m_compiler_instance->getASTContext().Idents.get(name.GetStringRef()); in FindDecls()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| H A D | CPPLanguageRuntime.cpp | 220 llvm::StringRef vtable_name(symbol->GetName().GetStringRef()); in FindLibCppStdFunctionCallableInfo() 261 (symbol ? symbol->GetName().GetStringRef().contains("__invoke") : false); in FindLibCppStdFunctionCallableInfo() 279 if (symbol && !symbol->GetName().GetStringRef().startswith("vtable for") && in FindLibCppStdFunctionCallableInfo() 313 auto name = f->GetName().GetStringRef(); in FindLibCppStdFunctionCallableInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 82 return m_type_name_regex.Execute(type_name.GetStringRef()); in Matches() 179 type_matcher.GetMatchString().GetStringRef(), true); in GetTypeNameSpecifierAtIndex() 207 request.TryCompleteCurrentArg(matcher.GetMatchString().GetStringRef()); in AutoComplete()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 128 relative_path = m_location_spec.GetFileSpec().GetDirectory().GetStringRef(); in FilterContexts() 137 auto sc_dir = sc.line_entry.file.GetDirectory().GetStringRef(); in FilterContexts()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 320 section_type = GetSectionTypeFromName(sect_info.name.GetStringRef()); in CreateSections() 431 return FileSpec(symbols_url->GetStringRef()); in GetExternalDebugInfoFileSpec() 464 ostream << llvm::left_justify(sh.name.GetStringRef(), 16) << " " in DumpSectionHeader()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 199 CPlusPlusNameParser parser(m_full.GetStringRef()); in Parse() 432 TS.substitute(mangled_name.GetStringRef(), "a", "c")) in FindAlternateFunctionManglings() 437 TS.substitute(mangled_name.GetStringRef(), "x", "l")) in FindAlternateFunctionManglings() 443 TS.substitute(mangled_name.GetStringRef(), "y", "m")) in FindAlternateFunctionManglings() 447 CtorDtorSubstitutor().substitute(mangled_name.GetStringRef())) in FindAlternateFunctionManglings()
|