| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 48 static ConstString g_name("objc"); in GetPluginNameStatic() 217 return ConstString(strm.GetString()); in GetFullNameWithoutCategory() 225 return ConstString(); in GetFullNameWithoutCategory() 359 ConstString("Rect"), objc_flags); in LoadObjCFormatters() 881 std::vector<ConstString> 884 std::vector<ConstString> result; in GetPossibleFormattersMatches() 951 ConstString name(key); in GetTypeScavenger() 985 ConstString key_cs(key); in GetTypeScavenger() 1028 static ConstString g_CFBag("CFBag"); in GetFormatterPrefixSuffix() 1039 static ConstString g_NSData("NSData"); in GetFormatterPrefixSuffix() [all …]
|
| H A D | ObjCLanguage.h | 69 const ConstString &GetClassName(); 71 const ConstString &GetClassNameWithCategory(); 73 const ConstString &GetCategory(); 75 const ConstString &GetSelector(); 90 ConstString 92 ConstString m_class; // Class name: "NSString" 93 ConstString 95 ConstString m_category; // Category: "my_additions" 111 std::vector<ConstString> 136 static lldb_private::ConstString GetPluginNameStatic(); [all …]
|
| H A D | NSDictionary.h | 48 virtual bool Match(ConstString class_name) = 0; 54 Prefix(ConstString p); 56 virtual bool Match(ConstString class_name) override; 59 ConstString m_prefix; 63 Full(ConstString n); 65 virtual bool Match(ConstString class_name) override; 68 ConstString m_name; 72 MatcherUP GetFullMatch(ConstString n) { return llvm::make_unique<Full>(n); } in GetFullMatch() 74 MatcherUP GetPrefixMatch(ConstString p) { in GetPrefixMatch()
|
| H A D | NSArray.cpp | 347 static ConstString g_TypeHint("NSArray"); in NSArraySummaryProvider() 375 ConstString class_name(descriptor->GetClassName()); in NSArraySummaryProvider() 377 static const ConstString g_NSArrayI("__NSArrayI"); in NSArraySummaryProvider() 378 static const ConstString g_NSArrayM("__NSArrayM"); in NSArraySummaryProvider() 381 static const ConstString g_NSArray0("__NSArray0"); in NSArraySummaryProvider() 553 const ConstString &name) { in GetIndexOfChildWithName() 642 GetIndexOfChildWithName(const ConstString &name) { in GetIndexOfChildWithName() 732 const ConstString &name) { in GetIndexOfChildWithName() 761 const ConstString &name) { in GetIndexOfChildWithName() 762 static const ConstString g_zero("[0]"); in GetIndexOfChildWithName() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | PluginManager.h | 28 class ConstString; variable 55 GetABICreateCallbackForPluginName(const ConstString &name); 63 static void RegisterPlugin(const ConstString &name, 90 RegisterPlugin(const ConstString &name, const char *description, 106 RegisterPlugin(const ConstString &name, const char *description, 438 const ConstString &name, const char *description, 455 const ConstString &name); 470 GetREPLCreateCallbackForPluginName(const ConstString &name); 477 const ConstString &name); 494 const ConstString &description, bool is_global_property); [all …]
|
| H A D | Mangled.h | 72 Mangled(const ConstString &name, bool is_mangled); 84 explicit Mangled(const ConstString &name); 180 const ConstString &GetDemangledName(lldb::LanguageType language) const; 190 void SetDemangledName(const ConstString &name) { m_demangled = name; } in SetDemangledName() 192 void SetMangledName(const ConstString &name) { m_mangled = name; } in SetMangledName() 200 ConstString &GetMangledName() { return m_mangled; } in GetMangledName() 208 const ConstString &GetMangledName() const { return m_mangled; } in GetMangledName() 221 ConstString GetName(lldb::LanguageType language, 268 void SetValue(const ConstString &name, bool is_mangled); 279 void SetValue(const ConstString &name); [all …]
|
| H A D | ValueObjectConstResult.h | 52 const ConstString &name, const DataExtractor &data, 57 const ConstString &name, const lldb::DataBufferSP &result_data_sp, 63 const ConstString &name, lldb::addr_t address, 67 Value &value, const ConstString &name, 80 ConstString GetTypeName() override; 82 ConstString GetDisplayTypeName() override; 95 ConstString name_const_str = ConstString()) override; 124 ConstString m_type_name; 138 const ConstString &name, const DataExtractor &data, 143 const ConstString &name, [all …]
|
| H A D | Module.h | 153 const ConstString *object_name = nullptr, 297 const ConstString &name, 300 size_t FindSymbolsWithNameAndType(const ConstString &name, 382 size_t FindFunctions(const ConstString &name, 461 size_t FindGlobalVariables(const ConstString &name, 545 size_t FindTypesInNamespace(const ConstString &type_name, 653 const ConstString &GetObjectName() const; 1028 const ConstString &GetName() const { return m_name; } in GetName() 1030 void SetName(const ConstString &name) { m_name = name; } in SetName() 1046 ConstString m_name; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 56 static ConstString g_name("cplusplus"); in GetPluginNameStatic() 334 return ConstString(); in substitute() 337 return ConstString(); in substitute() 342 return ConstString(Result); in substitute() 361 const ConstString mangled_name, std::set<ConstString> &alternates) { in FindAlternateFunctionManglings() 375 alternates.insert(ConstString(fixed_scratch)); in FindAlternateFunctionManglings() 391 if (ConstString char_fixup = in FindAlternateFunctionManglings() 396 if (ConstString long_fixup = in FindAlternateFunctionManglings() 402 if (ConstString ulong_fixup = in FindAlternateFunctionManglings() 448 ConstString( in LoadLibCxxFormatters() [all …]
|
| H A D | LibCxxUnorderedMap.cpp | 43 size_t GetIndexOfChildWithName(const ConstString &name) override; 90 node_sp->GetChildMemberWithName(ConstString("__hash_"), true); in GetChildAtIndex() 173 ConstString("__p2_"), true); in Update() 175 llvm::SmallVector<ConstString, 3> next_path; in Update() 180 ConstString("__first_"), true); in Update() 181 next_path.append({ConstString("__p1_"), ConstString("__first_"), in Update() 182 ConstString("__next_")}); in Update() 188 ConstString("__value_"), true); in Update() 189 next_path.append({ConstString("__p1_"), ConstString("__value_"), in Update() 190 ConstString("__next_")}); in Update() [all …]
|
| H A D | LibStdcppUniquePointer.cpp | 38 size_t GetIndexOfChildWithName(const ConstString &name) override; 69 valobj_sp->GetChildMemberWithName(ConstString("_M_t"), true); in GetTuple() 74 obj_child_sp->GetChildMemberWithName(ConstString("_M_t"), true); in GetTuple() 96 m_ptr_obj = ptr_obj->Clone(ConstString("pointer")); in Update() 100 m_del_obj = del_obj->Clone(ConstString("deleter")); in Update() 106 m_obj_obj = obj_obj->Clone(ConstString("object")); in Update() 133 const ConstString &name) { in GetIndexOfChildWithName() 134 if (name == ConstString("ptr") || name == ConstString("pointer")) in GetIndexOfChildWithName() 136 if (name == ConstString("del") || name == ConstString("deleter")) in GetIndexOfChildWithName() 138 if (name == ConstString("obj") || name == ConstString("object") || in GetIndexOfChildWithName() [all …]
|
| H A D | LibCxxVariant.cpp | 72 impl_sp->GetChildMemberWithName(ConstString("__index"), true)); in LibcxxVariantGetIndexValidity() 87 impl_sp->GetChildMemberWithName(ConstString("__index"), true)); in LibcxxVariantIndexValue() 97 impl_sp->GetChildMemberWithName(ConstString("__data"), true)); in LibcxxVariantGetNthHead() 105 current_level->GetChildMemberWithName(ConstString("__tail"), true)); in LibcxxVariantGetNthHead() 113 return current_level->GetChildMemberWithName(ConstString("__head"), true); in LibcxxVariantGetNthHead() 126 valobj_sp->GetChildMemberWithName(ConstString("__impl"), true)); in LibcxxVariantSummaryProvider() 177 size_t GetIndexOfChildWithName(const ConstString &name) override { in GetIndexOfChildWithName() 195 m_backend.GetChildMemberWithName(ConstString("__impl"), true)); in Update() 217 m_backend.GetChildMemberWithName(ConstString("__impl"), true)); in GetChildAtIndex() 242 nth_head->GetChildMemberWithName(ConstString("__value"), true)); in GetChildAtIndex() [all …]
|
| H A D | LibStdcpp.cpp | 145 const ConstString &name) { in GetIndexOfChildWithName() 146 if (name == ConstString("first")) in GetIndexOfChildWithName() 148 if (name == ConstString("second")) in GetIndexOfChildWithName() 173 static ConstString g_item_name; in LibStdcppVectorIteratorSyntheticFrontEndCreator() 183 ConstString item_name) in VectorIteratorSyntheticFrontEnd() 227 const ConstString &name) { in GetIndexOfChildWithName() 228 if (name == ConstString("item")) in GetIndexOfChildWithName() 377 const ConstString &name) { in GetIndexOfChildWithName() 378 if (name == ConstString("_M_ptr")) in GetIndexOfChildWithName() 402 {ConstString("_M_refcount"), ConstString("_M_pi"), in LibStdcppSmartPointerSummaryProvider() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | ConstString.h | 41 class ConstString { 48 ConstString() : m_string(nullptr) {} in ConstString() function 58 ConstString(const ConstString &rhs) : m_string(rhs.m_string) {} in ConstString() function 60 explicit ConstString(const llvm::StringRef &s); 72 explicit ConstString(const char *cstr); 104 ~ConstString() = default; 155 const ConstString &operator=(const ConstString &rhs) { 174 bool operator==(const ConstString &rhs) const { 198 bool operator<(const ConstString &rhs) const; 283 static bool Equals(const ConstString &lhs, const ConstString &rhs, [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | PathMappingList.h | 38 void Append(const ConstString &path, const ConstString &replacement, 52 bool GetPathsAtIndex(uint32_t idx, ConstString &path, 53 ConstString &new_path) const; 55 void Insert(const ConstString &path, const ConstString &replacement, 60 bool Remove(const ConstString &path, bool notify); 62 bool Replace(const ConstString &path, const ConstString &replacement, 65 bool Replace(const ConstString &path, const ConstString &replacement, 67 bool RemapPath(const ConstString &path, ConstString &new_path) const; 113 uint32_t FindIndexForPath(const ConstString &path) const; 118 typedef std::pair<ConstString, ConstString> pair; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | ConstString.cpp | 201 ConstString::ConstString(const char *cstr) in ConstString() function in ConstString 204 ConstString::ConstString(const char *cstr, size_t cstr_len) in ConstString() function in ConstString 207 ConstString::ConstString(const llvm::StringRef &s) in ConstString() function in ConstString 210 bool ConstString::operator<(const ConstString &rhs) const { in operator <() 233 size_t ConstString::GetLength() const { in GetLength() 237 bool ConstString::Equals(const ConstString &lhs, const ConstString &rhs, in Equals() 254 int ConstString::Compare(const ConstString &lhs, const ConstString &rhs, in Compare() 286 void ConstString::DumpDebug(Stream *s) const { in DumpDebug() 311 bool ConstString::GetMangledCounterpart(ConstString &counterpart) const { in GetMangledCounterpart() 325 size_t ConstString::StaticMemorySize() { in StaticMemorySize() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Mangled.cpp | 76 static const ConstString & 80 static std::pair<ConstString, ConstString> in get_demangled_name_without_arguments() 86 static ConstString g_last_mangled; in get_demangled_name_without_arguments() 87 static ConstString g_last_demangled; in get_demangled_name_without_arguments() 145 SetValue(ConstString(name), is_mangled); in Mangled() 155 SetValue(ConstString(name)); in Mangled() 197 return ConstString::Compare( in Compare() 366 const ConstString & 411 ConstString 492 ConstString mangled = GetMangledName(); in GuessLanguage() [all …]
|
| H A D | PluginManager.cpp | 206 ConstString name; 282 ConstString name; 335 ConstString name; 418 ConstString name; 503 ConstString name; 585 ConstString name; 667 ConstString name; 750 ConstString name; 828 ConstString name; 920 ConstString name; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | PathMappingList.cpp | 34 ConstString NormalizePath(const ConstString &path) { in NormalizePath() 37 return ConstString(FileSpec(path.GetStringRef()).GetPath()); in NormalizePath() 66 void PathMappingList::Append(const ConstString &path, in Append() 85 void PathMappingList::Insert(const ConstString &path, in Insert() 100 bool PathMappingList::Replace(const ConstString &path, in Replace() 150 bool PathMappingList::RemapPath(const ConstString &path, in RemapPath() 151 ConstString &new_path) const { in RemapPath() 229 bool PathMappingList::Replace(const ConstString &path, in Replace() 242 bool PathMappingList::Remove(const ConstString &path, bool notify) { in Remove() 268 PathMappingList::FindIteratorForPath(const ConstString &path) { in FindIteratorForPath() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | DataVisualization.h | 71 AnyMatches(ConstString type_name, 79 static bool GetSummaryFormat(const ConstString &type, 82 static void Add(const ConstString &type, 85 static bool Delete(const ConstString &type); 90 ForEach(std::function<bool(ConstString, const lldb::TypeSummaryImplSP &)> 98 static bool GetCategory(const ConstString &category, 105 static void Add(const ConstString &category); 107 static bool Delete(const ConstString &category); 111 static void Clear(const ConstString &category); 113 static void Enable(const ConstString &category, [all …]
|
| H A D | FormatCache.h | 68 typedef std::map<ConstString, Entry> CacheMap; 75 Entry &GetEntry(const ConstString &type); 80 bool GetFormat(const ConstString &type, lldb::TypeFormatImplSP &format_sp); 82 bool GetSummary(const ConstString &type, lldb::TypeSummaryImplSP &summary_sp); 84 bool GetSynthetic(const ConstString &type, 87 bool GetValidator(const ConstString &type, 90 void SetFormat(const ConstString &type, lldb::TypeFormatImplSP &format_sp); 92 void SetSummary(const ConstString &type, lldb::TypeSummaryImplSP &summary_sp); 94 void SetSynthetic(const ConstString &type, 97 void SetValidator(const ConstString &type,
|
| H A D | FormatManager.h | 54 EnableCategory(const ConstString &category_name, 60 void EnableCategory(const ConstString &category_name, in EnableCategory() 66 void EnableCategory(const ConstString &category_name, 77 void DisableCategory(const ConstString &category_name) { in DisableCategory() 95 bool DeleteCategory(const ConstString &category_name) { in DeleteCategory() 113 return GetCategory(ConstString(category_name)); 156 AnyMatches(ConstString type_name, 177 static ConstString GetValidTypeName(const ConstString &type); 229 ConstString m_default_category_name; 230 ConstString m_system_category_name; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 41 ConstString name; 129 const ConstString &GetName(); 214 ConstString m_name; 278 return ConstString(); in GetName() 286 return ConstString(); in GetDisplayTypeName() 408 ConstString GetName() const; 512 ConstString m_name; 542 ConstString GetName() const; 572 ConstString m_type_name; 610 ConstString m_name; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 181 ConstString(spec.GetName()), format_sp); in GetFormatForType() 184 ConstString(spec.GetName()), format_sp); in GetFormatForType() 204 ConstString(spec.GetName()), summary_sp); in GetSummaryForType() 323 ConstString(type_name.GetName())); in DeleteTypeFormat() 326 ConstString(type_name.GetName())); in DeleteTypeFormat() 397 ConstString(type_name.GetName())); in DeleteTypeSummary() 400 ConstString(type_name.GetName())); in DeleteTypeSummary() 435 ConstString(type_name.GetName())); in DeleteTypeFilter() 438 ConstString(type_name.GetName())); in DeleteTypeFilter() 508 ConstString(type_name.GetName())); in DeleteTypeSynthetic() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 57 RSBreakpointResolver(Breakpoint *bp, ConstString name) in RSBreakpointResolver() 83 ConstString m_kernel_name; 99 Breakpoint *breakpoint, ConstString reduce_name, 147 ConstString m_name; 159 ConstString m_name; 238 ConstString m_name; 241 ConstString m_name; 279 FindScriptGroup(const ConstString &name) const { in FindScriptGroup() 287 ConstString m_group_name; 391 bool IsKnownKernel(const ConstString &name) { in IsKnownKernel() [all …]
|