| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | FormatManager.cpp | 175 ConstString type_name(clang_type.GetConstTypeName()); in GetPossibleMatches() 180 ConstString bitfieldname = ConstString(sstring.GetData()); in GetPossibleMatches() 186 ConstString display_type_name(clang_type.GetDisplayTypeName()); in GetPossibleMatches() 259 ConstString name (objc_class_sp->GetClassName()); in GetPossibleMatches() 476 FormatManager::GetCategory (const ConstString& category_name, in GetCategory() 592 ConstString 593 FormatManager::GetValidTypeName (const ConstString& type) in GetValidTypeName() 598 ConstString 609 return ConstString(); in GetTypeForCache() 618 return ConstString(); in GetTypeForCache() [all …]
|
| HD | LibCxxUnorderedMap.cpp | 46 GetIndexOfChildWithName (const ConstString &name); 103 ValueObjectSP value_sp = node_sp->GetChildMemberWithName(ConstString("__value_"), true); in GetChildAtIndex() 104 ValueObjectSP hash_sp = node_sp->GetChildMemberWithName(ConstString("__hash_"), true); in GetChildAtIndex() 108 m_next_element = node_sp->GetChildMemberWithName(ConstString("__next_"),true).get(); in GetChildAtIndex() 138 ValueObjectSP table_sp = m_backend.GetChildMemberWithName(ConstString("__table_"), true); in Update() 141 …ValueObjectSP num_elements_sp = table_sp->GetChildAtNamePath({ConstString("__p2_"),ConstString("__… in Update() 145 …m_tree = table_sp->GetChildAtNamePath({ConstString("__p1_"),ConstString("__first_"),ConstString("_… in Update() 147 …m_next_element = table_sp->GetChildAtNamePath({ConstString("__p1_"),ConstString("__first_"),ConstS… in Update() 158 …rmatters::LibcxxStdUnorderedMapSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name) in GetIndexOfChildWithName()
|
| HD | LibCxx.cpp | 34 ValueObjectSP ptr_sp(valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxSmartPointerSummaryProvider() 35 …ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( {ConstString("__cntrl_"),ConstString("__shar… in LibcxxSmartPointerSummaryProvider() 36 …ValueObjectSP weakcount_sp(valobj_sp->GetChildAtNamePath( {ConstString("__cntrl_"),ConstString("__… in LibcxxSmartPointerSummaryProvider() 169 ValueObjectSP size_sp(valobj_sp->GetChildMemberWithName(ConstString("__size_"), true)); in Update() 175 ValueObjectSP begin_sp(valobj_sp->GetChildMemberWithName(ConstString("__begin_"), true)); in Update() 197 …e::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name) in GetIndexOfChildWithName() 294 …::formatters::LibCxxMapIteratorSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name) in GetIndexOfChildWithName() 296 if (name == ConstString("first")) in GetIndexOfChildWithName() 298 if (name == ConstString("second")) in GetIndexOfChildWithName() 329 static ConstString g_item_name; in LibCxxVectorIteratorSyntheticFrontEndCreator() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | PluginManager.h | 32 RegisterPlugin (const ConstString &name, 43 GetABICreateCallbackForPluginName (const ConstString &name); 50 RegisterPlugin (const ConstString &name, 61 GetDisassemblerCreateCallbackForPluginName (const ConstString &name); 68 RegisterPlugin (const ConstString &name, 80 GetDynamicLoaderCreateCallbackForPluginName (const ConstString &name); 86 RegisterPlugin (const ConstString &name, 98 GetJITLoaderCreateCallbackForPluginName (const ConstString &name); 104 RegisterPlugin (const ConstString &name, 115 GetEmulateInstructionCreateCallbackForPluginName (const ConstString &name); [all …]
|
| HD | ConstString.h | 36 class ConstString 44 ConstString (): in ConstString() function 58 ConstString (const ConstString& rhs) : in ConstString() function 63 explicit ConstString (const llvm::StringRef &s); 75 explicit ConstString (const char *cstr); 100 explicit ConstString (const char *cstr, size_t max_cstr_len); 108 ~ConstString () in ~ConstString() 167 const ConstString& 168 operator = (const ConstString& rhs) 190 operator == (const ConstString& rhs) const [all …]
|
| HD | Mangled.h | 72 Mangled (const ConstString &name, bool is_mangled); 84 Mangled (const ConstString &name); 184 const ConstString& 193 ConstString 197 SetDemangledName (const ConstString &name) in SetDemangledName() 203 SetMangledName (const ConstString &name) in SetMangledName() 214 ConstString& 226 const ConstString& 243 ConstString 256 NameMatches (const ConstString &name, lldb::LanguageType language) const in NameMatches() [all …]
|
| HD | ValueObjectConstResult.h | 38 const ConstString &name, 45 const ConstString &name, 54 const ConstString &name, 62 const ConstString &name, 81 virtual ConstString 84 virtual ConstString 141 ConstString m_type_name; 155 const ConstString &name, 161 const ConstString &name, 169 const ConstString &name, [all …]
|
| HD | Module.h | 90 const ConstString *object_name = NULL, 231 FindFirstSymbolWithNameAndType (const ConstString &name, 235 FindSymbolsWithNameAndType (const ConstString &name, 262 FindFunctionSymbols (const ConstString &name, 325 FindFunctions (const ConstString &name, 415 FindGlobalVariables (const ConstString &name, 492 const ConstString &type_name, 499 const ConstString &type_name, 526 const ConstString &type_name, 666 const ConstString & [all …]
|
| HD | ValueObjectRegister.h | 43 virtual ConstString 46 virtual ConstString 49 virtual ConstString 93 virtual ConstString 96 virtual ConstString 106 GetChildMemberWithName (const ConstString &name, bool can_create); 109 GetIndexOfChildWithName (const ConstString &name); 151 virtual ConstString 179 ConstString m_type_name;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | PathMappingList.h | 47 Append (const ConstString &path, const ConstString &replacement, bool notify); 72 GetPathsAtIndex (uint32_t idx, ConstString &path, ConstString &new_path) const; 75 Insert (const ConstString &path, 76 const ConstString &replacement, 84 Remove (const ConstString &path, bool notify); 87 Replace (const ConstString &path, 88 const ConstString &replacement, 92 Replace (const ConstString &path, 93 const ConstString &replacement, 97 RemapPath (const ConstString &path, ConstString &new_path) const; [all …]
|
| HD | ObjCLanguageRuntime.h | 97 const ConstString & 103 ConstString 109 const ConstString & 112 const ConstString & 115 const ConstString & 118 const ConstString & 131 GetFullNames (std::vector<ConstString> &names, bool append); 133 ConstString m_full; // Full name: "+[NSString(my_additions) myStringWithCString:]" 134 ConstString m_class; // Class name: "NSString" 135 ConstString m_class_category; // Class with category: "NSString(my_additions)" [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | ConstString.cpp | 203 ConstString::ConstString (const char *cstr) : in ConstString() function in ConstString 208 ConstString::ConstString (const char *cstr, size_t cstr_len) : in ConstString() function in ConstString 213 ConstString::ConstString (const llvm::StringRef &s) : in ConstString() function in ConstString 219 ConstString::operator < (const ConstString& rhs) const in operator <() 236 lldb_private::operator << (Stream& s, const ConstString& str) in operator <<() 246 ConstString::GetLength () const in GetLength() 252 ConstString::Compare (const ConstString& lhs, const ConstString& rhs) in Compare() 273 ConstString::Dump(Stream *s, const char *fail_value) const in Dump() 284 ConstString::DumpDebug(Stream *s) const in DumpDebug() 297 ConstString::SetCString (const char *cstr) in SetCString() [all …]
|
| HD | Mangled.cpp | 68 static const ConstString & 69 get_demangled_name_without_arguments (ConstString mangled, ConstString demangled) in get_demangled_name_without_arguments() 72 static std::pair<ConstString, ConstString> g_most_recent_mangled_to_name_sans_args; in get_demangled_name_without_arguments() 77 static ConstString g_last_mangled; in get_demangled_name_without_arguments() 78 static ConstString g_last_demangled; in get_demangled_name_without_arguments() 103 ConstString result(shortname.c_str()); in get_demangled_name_without_arguments() 130 Mangled::Mangled (const ConstString &s, bool mangled) : in Mangled() 138 Mangled::Mangled (const ConstString &s) : in Mangled() 197 …return ConstString::Compare(a.GetName(lldb::eLanguageTypeUnknown, ePreferMangled), a.GetName(lldb:… in Compare() 208 Mangled::SetValue (const ConstString &s, bool mangled) in SetValue() [all …]
|
| HD | PluginManager.cpp | 244 ConstString name; 268 const ConstString &name, in RegisterPlugin() 320 PluginManager::GetABICreateCallbackForPluginName (const ConstString &name) in GetABICreateCallbackForPluginName() 350 ConstString name; 374 const ConstString &name, in RegisterPlugin() 426 PluginManager::GetDisassemblerCreateCallbackForPluginName (const ConstString &name) in GetDisassemblerCreateCallbackForPluginName() 458 ConstString name; 485 const ConstString &name, in RegisterPlugin() 538 PluginManager::GetDynamicLoaderCreateCallbackForPluginName (const ConstString &name) in GetDynamicLoaderCreateCallbackForPluginName() 568 ConstString name; [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| HD | FormatManager.h | 39 typedef FormatMap<ConstString, TypeSummaryImpl> NamedSummariesMap; 62 EnableCategory (const ConstString& category_name, 70 DisableCategory (const ConstString& category_name) in DisableCategory() 102 DeleteCategory (const ConstString& category_name) in DeleteCategory() 137 return GetCategory(ConstString(category_name)); 141 GetCategory (const ConstString& category_name, 185 AnyMatches (ConstString type_name, 213 static ConstString 214 GetValidTypeName (const ConstString& type); 280 ConstString m_default_category_name; [all …]
|
| HD | FormatCache.h | 84 typedef std::map<ConstString,Entry> CacheMap; 92 GetEntry (const ConstString& type); 98 GetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp); 101 GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp); 104 GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp); 107 GetValidator (const ConstString& type,lldb::TypeValidatorImplSP& summary_sp); 110 SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp); 113 SetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp); 116 SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp); 119 SetValidator (const ConstString& type,lldb::TypeValidatorImplSP& synthetic_sp);
|
| HD | DataVisualization.h | 83 AnyMatches(ConstString type_name, 93 GetSummaryFormat (const ConstString &type, lldb::TypeSummaryImplSP &entry); 96 Add (const ConstString &type, const lldb::TypeSummaryImplSP &entry); 99 Delete (const ConstString &type); 116 GetCategory (const ConstString &category, 121 Add (const ConstString &category); 124 Delete (const ConstString &category); 130 Clear (const ConstString &category); 133 Enable (const ConstString& category, 137 Disable (const ConstString& category);
|
| HD | FormattersContainer.h | 68 static inline ConstString 69 GetValidTypeName_Impl (const ConstString& type) in GetValidTypeName_Impl() 85 return ConstString(type_lexer.GetUnlexed()); in GetValidTypeName_Impl() 263 Delete (ConstString type) in Delete() 287 Get (ConstString type, MapValueType& entry) in Get() 293 GetExact (ConstString type, MapValueType& entry) in GetExact() 340 void Add_Impl (const ConstString &type, const MapValueType& entry, ConstString *dummy) in Add_Impl() 346 Delete_Impl (ConstString type, ConstString *dummy) in Delete_Impl() 352 Delete_Impl (ConstString type, lldb::RegularExpressionSP *dummy) in Delete_Impl() 372 Get_Impl (ConstString type, MapValueType& entry, ConstString *dummy) in Get_Impl() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| HD | ItaniumABILanguageRuntime.cpp | 130 ConstString(class_name), in GetDynamicTypeAndAddress() 142 ConstString(class_name), in GetDynamicTypeAndAddress() 284 static std::map<ConstString, std::vector<ConstString> >& 287 static std::map<ConstString, std::vector<ConstString> > g_alternate_mangling_prefixes; in GetAlternateManglingPrefixes() 293 …taniumABILanguageRuntime::GetAlternateManglings(const ConstString &mangled, std::vector<ConstStrin… in GetAlternateManglings() 300 …std::map<ConstString, std::vector<ConstString> >& alternate_mangling_prefixes = GetAlternateMangli… in GetAlternateManglings() 301 …for (std::map<ConstString, std::vector<ConstString> >::iterator it = alternate_mangling_prefixes.b… in GetAlternateManglings() 308 const std::vector<ConstString> &alternate_prefixes = it->second; in GetAlternateManglings() 314 alternates.push_back(ConstString(alternate_mangling.c_str())); in GetAlternateManglings() 349 std::vector<ConstString> basic_string_alternates; in Initialize() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTypeCategory.cpp | 37 DataVisualization::Categories::GetCategory(ConstString(name), m_opaque_sp); in SBTypeCategory() 163 … m_opaque_sp->GetRegexTypeFiltersContainer()->GetExact(ConstString(spec.GetName()), children_sp); in GetFilterForType() 165 m_opaque_sp->GetTypeFiltersContainer()->GetExact(ConstString(spec.GetName()), children_sp); in GetFilterForType() 187 … m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact(ConstString(spec.GetName()), format_sp); in GetFormatForType() 189 m_opaque_sp->GetTypeFormatsContainer()->GetExact(ConstString(spec.GetName()), format_sp); in GetFormatForType() 210 … m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact(ConstString(spec.GetName()), summary_sp); in GetSummaryForType() 212 m_opaque_sp->GetTypeSummariesContainer()->GetExact(ConstString(spec.GetName()), summary_sp); in GetSummaryForType() 234 …m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType() 236 … m_opaque_sp->GetTypeSyntheticsContainer()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType() 315 … m_opaque_sp->GetTypeFormatsContainer()->Add(ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | PathMappingList.cpp | 77 PathMappingList::Append (const ConstString &path, in Append() 78 const ConstString &replacement, in Append() 102 PathMappingList::Insert (const ConstString &path, in Insert() 103 const ConstString &replacement, in Insert() 119 PathMappingList::Replace (const ConstString &path, in Replace() 120 const ConstString &replacement, in Replace() 181 PathMappingList::RemapPath (const ConstString &path, ConstString &new_path) const in RemapPath() 261 PathMappingList::Replace (const ConstString &path, const ConstString &new_path, bool notify) in Replace() 276 PathMappingList::Remove (const ConstString &path, bool notify) in Remove() 291 PathMappingList::FindIteratorForPath (const ConstString &path) const in FindIteratorForPath() [all …]
|
| HD | CPPLanguageRuntime.cpp | 29 …m_impl.Append(ConstString("std::basic_string<char, std::char_traits<char>, std::allocator<char> >"… in CPPRuntimeEquivalents() 32 …m_impl.Append(ConstString("std::basic_string<char, std::char_traits<char>, std::allocator<char> >"… in CPPRuntimeEquivalents() 38 Add (ConstString& type_name, in Add() 39 ConstString& type_equivalent) in Add() 45 FindExactMatches (ConstString& type_name, in FindExactMatches() 46 std::vector<ConstString>& equivalents) in FindExactMatches() 68 FindPartialMatches (ConstString& type_name, in FindPartialMatches() 69 std::vector<ConstString>& equivalents) in FindPartialMatches() 111 std::vector<ConstString>& equivalents) in AppendReplacements() 115 ConstString original_const(original); in AppendReplacements() [all …]
|
| HD | ObjCLanguageRuntime.cpp | 85 ObjCLanguageRuntime::LookupInCompleteClassCache (ConstString &name) in LookupInCompleteClassCache() 259 const ConstString & 294 const ConstString & 323 const ConstString & 342 const ConstString & 365 ConstString 378 return ConstString(strm.GetString().c_str()); in GetFullNameWithoutCategory() 387 return ConstString(); in GetFullNameWithoutCategory() 391 ObjCLanguageRuntime::MethodName::GetFullNames (std::vector<ConstString> &names, bool append) in GetFullNames() 400 const ConstString &category = GetCategory(); in GetFullNames() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | FileSpec.h | 327 ConstString & 336 const ConstString & 345 ConstString & 354 const ConstString & 453 ConstString 467 ConstString 670 … static void RemoveBackupDots (const ConstString &input_const_str, ConstString &result_const_str); 775 ConstString 825 ConstString m_directory; ///< The uniqued directory path 826 ConstString m_filename; ///< The uniqued filename path
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| HD | Type.h | 89 const ConstString &name, 136 const ConstString& 163 const ConstString & 169 ConstString 297 ConstString m_name; 380 ConstString 387 return ConstString (); in GetName() 390 ConstString 397 return ConstString(); in GetDisplayTypeName() 551 ConstString [all …]
|