| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | AppleDWARFIndex.cpp | 59 m_apple_names_up->FindByName(basename.GetStringRef(), offsets); in GetGlobalVariables() 86 m_apple_objc_up->FindByName(class_name.GetStringRef(), offsets); in GetObjCMethods() 94 class_name.GetStringRef(), offsets, must_be_implementation); in GetCompleteObjCClass() 100 m_apple_types_up->FindByName(name.GetStringRef(), offsets); in GetTypes() 123 type_name.GetStringRef(), tag, qualified_name_hash, offsets); in GetTypes() 127 m_apple_types_up->FindByNameAndTag(type_name.GetStringRef(), tag, offsets); in GetTypes() 129 m_apple_types_up->FindByName(type_name.GetStringRef(), offsets); in GetTypes() 134 m_apple_namespaces_up->FindByName(name.GetStringRef(), offsets); in GetNamespaces() 142 m_apple_names_up->FindByName(name.GetStringRef(), offsets); in GetFunctions() 144 ProcessFunctionDIE(name.GetStringRef(), die_ref, info, parent_decl_ctx, in GetFunctions()
|
| H A D | DebugNamesDWARFIndex.cpp | 97 m_debug_names_up->equal_range(basename.GetStringRef())) { in GetGlobalVariables() 159 m_debug_names_up->equal_range(class_name.GetStringRef())) { in GetCompleteObjCClass() 196 m_debug_names_up->equal_range(name.GetStringRef())) { in GetTypes() 217 m_debug_names_up->equal_range(name.GetStringRef())) { in GetNamespaces() 232 m_debug_names_up->equal_range(name.GetStringRef())) { in GetFunctions() 238 ProcessFunctionDIE(name.GetStringRef(), ref, info, parent_decl_ctx, in GetFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 33 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddFormat() 44 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddSummary() 57 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddStringSummary() 71 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddOneLineSummary() 86 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddCXXSummary() 101 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddCXXSynthetic() 116 RegularExpressionSP(new RegularExpression(type_name.GetStringRef())), in AddFilter()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 432 path.append(m_directory.GetStringRef().begin(), in GetPath() 433 m_directory.GetStringRef().end()); in GetPath() 437 if (m_directory && m_filename && m_directory.GetStringRef().back() != '/' && in GetPath() 438 m_filename.GetStringRef().back() != '/') in GetPath() 440 path.append(m_filename.GetStringRef().begin(), in GetPath() 441 m_filename.GetStringRef().end()); in GetPath() 448 llvm::sys::path::extension(m_filename.GetStringRef(), m_style)); in GetFileNameExtension() 452 return ConstString(llvm::sys::path::stem(m_filename.GetStringRef(), m_style)); in GetFileNameStrippingExtension() 538 return g_source_file_regex.Execute(extension.GetStringRef()); in IsSourceImplementationFile() 567 StringRef dir = F.GetDirectory().GetStringRef(); in format() [all …]
|
| H A D | ConstString.cpp | 214 llvm::StringRef lhs_string_ref(GetStringRef()); in operator <() 215 llvm::StringRef rhs_string_ref(rhs.GetStringRef()); in operator <() 249 llvm::StringRef lhs_string_ref(lhs.GetStringRef()); in Equals() 250 llvm::StringRef rhs_string_ref(rhs.GetStringRef()); in Equals() 262 llvm::StringRef lhs_string_ref(lhs.GetStringRef()); in Compare() 263 llvm::StringRef rhs_string_ref(rhs.GetStringRef()); in Compare()
|
| H A D | StringExtractorGDBRemote.cpp | 532 switch (response.GetStringRef()[0]) { in JSONResponseValidator() 560 for (const char ch : response.GetStringRef()) { in ASCIIHexBytesResponseValidator()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 37 return ConstString(FileSpec(path.GetStringRef()).GetPath()); in NormalizePath() 153 if (RemapPath(path.GetStringRef(), remapped)) { in RemapPath() 166 auto prefix = it.first.GetStringRef(); in RemapPath() 182 FileSpec remapped(it.second.GetStringRef()); in RemapPath() 194 if (!path_ref.consume_front(it.second.GetStringRef())) in ReverseRemapPath() 196 fixed.SetFile(it.first.GetStringRef(), FileSpec::Style::native); in ReverseRemapPath()
|
| H A D | CPPLanguageRuntime.cpp | 200 symbol->GetName().GetStringRef().contains("__invoke")) { in FindLibCppStdFunctionCallableInfo() 202 llvm::StringRef symbol_name = symbol->GetName().GetStringRef(); in FindLibCppStdFunctionCallableInfo() 246 symbol->GetName().GetStringRef().contains("__invoke"))) { in FindLibCppStdFunctionCallableInfo() 263 if (!symbol->GetName().GetStringRef().startswith("vtable for")) { in FindLibCppStdFunctionCallableInfo()
|
| H A D | StackFrameRecognizer.cpp | 110 if (!entry.module_regexp->Execute(module_name.GetStringRef())) continue; in GetRecognizerForFrame() 116 if (!entry.symbol_regexp->Execute(function_name.GetStringRef())) in GetRecognizerForFrame()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServer.cpp | 63 packet_result = SendUnimplementedResponse(packet.GetStringRef().c_str()); in GetPacketAndSendResponse() 70 SendUnimplementedResponse(packet.GetStringRef().c_str()); in GetPacketAndSendResponse() 129 __FUNCTION__, failed_packet.GetStringRef().c_str(), in SendIllFormedResponse()
|
| H A D | GDBRemoteClientBase.cpp | 79 response.GetStringRef().c_str()); in SendContinuePacketAndWaitForResponse() 101 llvm::StringRef(response.GetStringRef()).substr(1)); in SendContinuePacketAndWaitForResponse() 104 delegate.HandleAsyncStructuredDataPacket(response.GetStringRef()); in SendContinuePacketAndWaitForResponse() 222 int(payload.size()), payload.data(), response.GetStringRef().c_str(), in SendPacketAndWaitForResponseNoLock()
|
| H A D | GDBRemoteCommunicationClient.cpp | 360 const char *response_cstr = response.GetStringRef().c_str(); in GetRemoteQSupported() 475 const char *response_cstr = response.GetStringRef().c_str(); in GetVContSupported() 763 error_str = response.GetStringRef().substr(1); in GetLaunchSuccess() 2188 response.GetStringRef().clear(); in FindProcesses() 2216 response.GetStringRef().size()) in GetUserName() 2243 response.GetStringRef().size()) in GetGroupName() 2504 StructuredData::ParseJSON(response.GetStringRef()); in QueryGDBServer() 3636 StructuredData::ParseJSON(response.GetStringRef()); in GetModulesInfo() 3691 const std::string &str = chunk.GetStringRef(); in ReadExtFeature() 3904 StructuredData::ParseJSON(response.GetStringRef()); in GetSupportedStructuredDataPlugins() [all …]
|
| H A D | ProcessGDBRemote.cpp | 1840 reg_value_extractor.GetStringRef() = pair.second; in SetThreadStopInfo() 1842 reg_value_extractor.GetStringRef().size() / 2, 0)); in SetThreadStopInfo() 2654 response.GetStringRef().c_str()); in DoDestroy() 2656 exit_string.append(response.GetStringRef()); in DoDestroy() 2818 packet, response.GetStringRef().c_str()); in DoReadMemory() 2928 packet.GetData(), response.GetStringRef().c_str()); in FlashErase() 2956 response.GetStringRef().c_str()); in FlashDone() 3019 packet.GetData(), response.GetStringRef().c_str()); in DoWriteMemory() 3721 const std::string &pkt = packet.GetStringRef(); in HandleNotifyPacket() 4478 opcode_extractor.GetStringRef().swap(opcode_string); in ParseRegisters() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionValueEnumeration.cpp | 36 strm.PutCString(m_enumerations.GetCStringAtIndex(i).GetStringRef()); in DumpValue() 113 llvm::StringRef name = m_enumerations.GetCStringAtIndex(i).GetStringRef(); in AutoComplete() 120 request.AddCompletion(m_enumerations.GetCStringAtIndex(i).GetStringRef()); in AutoComplete()
|
| H A D | OptionValueLanguage.cpp | 49 Language::GetLanguageTypeFromString(lang_name.GetStringRef()); in SetValueFromString()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | Property.h | 44 llvm::StringRef GetName() const { return m_name.GetStringRef(); } in GetName() 46 return m_description.GetStringRef(); in GetDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StringExtractor.h | 57 std::string &GetStringRef() { return m_packet; } in GetStringRef() function 59 const std::string &GetStringRef() const { return m_packet; } in GetStringRef() function
|
| H A D | ConstString.h | 223 llvm::StringRef GetStringRef() const { in GetStringRef() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormattersContainer.h | 256 if (type.GetStringRef() == regex->GetText()) { in Delete_Impl() 297 llvm::StringRef key_str = key.GetStringRef(); in Get_Impl() 316 if (regex->GetText() == key.GetStringRef()) { in GetExact_Impl()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 218 .lookupModule(path[0].GetStringRef())) { in AddModule() 235 path_component.GetStringRef()), in AddModule() 259 llvm::StringRef component = path[ci].GetStringRef(); in AddModule() 337 m_compiler_instance->getASTContext().Idents.get(name.GetStringRef()); in FindDecls()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverFileLine.cpp | 132 relative_path = m_file_spec.GetDirectory().GetStringRef(); in FilterContexts() 141 auto sc_dir = sc.line_entry.file.GetDirectory().GetStringRef(); in FilterContexts()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/ |
| H A D | HostProcessPosix.cpp | 71 if (file_spec.GetFilename().GetStringRef().endswith(" (deleted)")) { in GetMainModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibStdcppTuple.cpp | 67 llvm::StringRef name_str = child_sp->GetName().GetStringRef(); in Update()
|
| H A D | CPlusPlusLanguage.cpp | 194 CPlusPlusNameParser parser(m_full.GetStringRef()); in Parse() 392 TS.substitute(mangled_name.GetStringRef(), "a", "c")) in FindAlternateFunctionManglings() 397 TS.substitute(mangled_name.GetStringRef(), "x", "l")) in FindAlternateFunctionManglings() 403 TS.substitute(mangled_name.GetStringRef(), "y", "m")) in FindAlternateFunctionManglings()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | RichManglingContext.cpp | 170 .GetStringRef(); in ParseFullName()
|