| /freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/ |
| D | FormatManager.cpp | 178 ConstString type_name(clang_type.GetConstTypeName()); in GetPossibleMatches() 183 ConstString bitfieldname = ConstString(sstring.GetData()); in GetPossibleMatches() 230 ConstString name (objc_class_sp->GetClassName()); in GetPossibleMatches() 421 FormatManager::GetCategory (const ConstString& category_name, in GetCategory() 527 ConstString 528 FormatManager::GetValidTypeName (const ConstString& type) in GetValidTypeName() 533 ConstString 544 return ConstString(); in GetTypeForCache() 553 return ConstString(); in GetTypeForCache() 569 ConstString valobj_type(GetTypeForCache(valobj, use_dynamic)); in GetFormat() [all …]
|
| D | LibCxxUnorderedMap.cpp | 70 ValueObjectSP value_sp = node_sp->GetChildMemberWithName(ConstString("__value_"), true); in GetChildAtIndex() 71 ValueObjectSP hash_sp = node_sp->GetChildMemberWithName(ConstString("__hash_"), true); in GetChildAtIndex() 75 m_next_element = node_sp->GetChildMemberWithName(ConstString("__next_"),true).get(); in GetChildAtIndex() 102 ValueObjectSP table_sp = m_backend.GetChildMemberWithName(ConstString("__table_"), true); in Update() 105 …ValueObjectSP num_elements_sp = table_sp->GetChildAtNamePath({ConstString("__p2_"),ConstString("__… in Update() 109 …m_tree = table_sp->GetChildAtNamePath({ConstString("__p1_"),ConstString("__first_"),ConstString("_… in Update() 111 …m_next_element = table_sp->GetChildAtNamePath({ConstString("__p1_"),ConstString("__first_"),ConstS… in Update() 122 …rmatters::LibcxxStdUnorderedMapSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name) in GetIndexOfChildWithName()
|
| D | LibCxx.cpp | 35 ValueObjectSP ptr_sp(valobj_sp->GetChildMemberWithName(ConstString("__ptr_"), true)); in LibcxxSmartPointerSummaryProvider() 36 …ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( {ConstString("__cntrl_"),ConstString("__shar… in LibcxxSmartPointerSummaryProvider() 37 …ValueObjectSP weakcount_sp(valobj_sp->GetChildAtNamePath( {ConstString("__cntrl_"),ConstString("__… in LibcxxSmartPointerSummaryProvider() 174 ValueObjectSP size_sp(valobj_sp->GetChildMemberWithName(ConstString("__size_"), true)); in Update() 180 ValueObjectSP begin_sp(valobj_sp->GetChildMemberWithName(ConstString("__begin_"), true)); in Update() 202 …e::formatters::LibcxxVectorBoolSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name) in GetIndexOfChildWithName() 299 …::formatters::LibCxxMapIteratorSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name) in GetIndexOfChildWithName() 301 if (name == ConstString("first")) in GetIndexOfChildWithName() 303 if (name == ConstString("second")) in GetIndexOfChildWithName() 334 static ConstString g_item_name; in LibCxxVectorIteratorSyntheticFrontEndCreator() [all …]
|
| D | LibStdcpp.cpp | 98 retval_sp->SetName(ConstString(name.GetData())); in GetChildAtIndex() 133 ValueObjectSP m_impl_sp(valobj_sp->GetChildMemberWithName(ConstString("_M_impl"), true)); in Update() 137 ValueObjectSP m_start_sp(m_impl_sp->GetChildMemberWithName(ConstString("_M_start"), true)); in Update() 138 ValueObjectSP m_finish_sp(m_impl_sp->GetChildMemberWithName(ConstString("_M_finish"), true)); in Update() 145 start_p_sp = m_start_sp->GetChildMemberWithName(ConstString("_M_p"), true); in Update() 146 finish_p_sp = m_finish_sp->GetChildMemberWithName(ConstString("_M_p"), true); in Update() 147 finish_offset_sp = m_finish_sp->GetChildMemberWithName(ConstString("_M_offset"), true); in Update() 175 …formatters::LibstdcppVectorBoolSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name) in GetIndexOfChildWithName() 242 ValueObjectSP _M_node_sp(valobj_sp->GetChildMemberWithName(ConstString("_M_node"), true)); in Update() 293 …ormatters::LibstdcppMapIteratorSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name) in GetIndexOfChildWithName() [all …]
|
| D | DataVisualization.cpp | 105 DataVisualization::AnyMatches (ConstString type_name, in AnyMatches() 119 DataVisualization::Categories::GetCategory (const ConstString &category, lldb::TypeCategoryImplSP &… in GetCategory() 127 DataVisualization::Categories::Add (const ConstString &category) in Add() 133 DataVisualization::Categories::Delete (const ConstString &category) in Delete() 146 DataVisualization::Categories::Clear (const ConstString &category) in Clear() 152 DataVisualization::Categories::Enable (const ConstString& category, in Enable() 161 DataVisualization::Categories::Disable (const ConstString& category) in Disable() 205 DataVisualization::NamedSummaryFormats::GetSummaryFormat (const ConstString &type, lldb::TypeSummar… in GetSummaryFormat() 211 DataVisualization::NamedSummaryFormats::Add (const ConstString &type, const lldb::TypeSummaryImplSP… in Add() 217 DataVisualization::NamedSummaryFormats::Delete (const ConstString &type) in Delete()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | 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, 97 GetEmulateInstructionCreateCallbackForPluginName (const ConstString &name); 103 RegisterPlugin (const ConstString &name, 114 GetOperatingSystemCreateCallbackForPluginName (const ConstString &name); [all …]
|
| D | 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 …]
|
| D | Mangled.h | 64 Mangled (const ConstString &name, bool is_mangled); 76 Mangled (const ConstString &name); 176 const ConstString& 180 SetDemangledName (const ConstString &name) in SetDemangledName() 186 SetMangledName (const ConstString &name) in SetMangledName() 197 ConstString& 209 const ConstString& 226 const ConstString& 239 NameMatches (const ConstString &name) const in NameMatches() 278 SetValue (const ConstString &name, bool is_mangled); [all …]
|
| D | Module.h | 90 const ConstString *object_name = NULL, 227 FindFirstSymbolWithNameAndType (const ConstString &name, 231 FindSymbolsWithNameAndType (const ConstString &name, 258 FindFunctionSymbols (const ConstString &name, 321 FindFunctions (const ConstString &name, 411 FindGlobalVariables (const ConstString &name, 488 const ConstString &type_name, 495 const ConstString &type_name, 522 const ConstString &type_name, 662 const ConstString & [all …]
|
| D | ValueObjectConstResult.h | 38 const ConstString &name, 45 const ConstString &name, 54 const ConstString &name, 62 const ConstString &name); 80 virtual ConstString 134 ConstString m_type_name; 148 const ConstString &name, 154 const ConstString &name, 162 const ConstString &name, 169 const ConstString &name);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | 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 …]
|
| D | ObjCLanguageRuntime.h | 93 const ConstString & 99 ConstString 105 const ConstString & 108 const ConstString & 111 const ConstString & 114 const ConstString & 127 GetFullNames (std::vector<ConstString> &names, bool append); 129 ConstString m_full; // Full name: "+[NSString(my_additions) myStringWithCString:]" 130 ConstString m_class; // Class name: "NSString" 131 ConstString m_class_category; // Class with category: "NSString(my_additions)" [all …]
|
| D | Platform.h | 113 FindPlugin (Process *process, const ConstString &plugin_name); 219 ConstString 273 virtual ConstString 280 SetRemoteWorkingDirectory(const ConstString &path); 479 virtual lldb_private::ConstString 482 return lldb_private::ConstString(); in GetSDKDirectory() 534 const ConstString & 541 SetSDKRootDirectory (const ConstString &dir) in SetSDKRootDirectory() 546 const ConstString & 553 SetSDKBuild (const ConstString &sdk_build) in SetSDKBuild() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | ConstString.cpp | 210 ConstString::ConstString (const char *cstr) : in ConstString() function in ConstString 215 ConstString::ConstString (const char *cstr, size_t cstr_len) : in ConstString() function in ConstString 220 ConstString::ConstString (const llvm::StringRef &s) : in ConstString() function in ConstString 226 ConstString::operator < (const ConstString& rhs) const in operator <() 243 lldb_private::operator << (Stream& s, const ConstString& str) in operator <<() 253 ConstString::GetLength () const in GetLength() 259 ConstString::Compare (const ConstString& lhs, const ConstString& rhs) in Compare() 280 ConstString::Dump(Stream *s, const char *fail_value) const in Dump() 291 ConstString::DumpDebug(Stream *s) const in DumpDebug() 301 ConstString::SetCString (const char *cstr) in SetCString() [all …]
|
| D | PluginManager.cpp | 236 ConstString name; 260 const ConstString &name, in RegisterPlugin() 312 PluginManager::GetABICreateCallbackForPluginName (const ConstString &name) in GetABICreateCallbackForPluginName() 342 ConstString name; 366 const ConstString &name, in RegisterPlugin() 418 PluginManager::GetDisassemblerCreateCallbackForPluginName (const ConstString &name) in GetDisassemblerCreateCallbackForPluginName() 450 ConstString name; 477 const ConstString &name, in RegisterPlugin() 530 PluginManager::GetDynamicLoaderCreateCallbackForPluginName (const ConstString &name) in GetDynamicLoaderCreateCallbackForPluginName() 559 ConstString name; [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| D | FormatManager.h | 38 typedef FormatMap<ConstString, TypeSummaryImpl> NamedSummariesMap; 53 EnableCategory (const ConstString& category_name, 61 DisableCategory (const ConstString& category_name) in DisableCategory() 81 DeleteCategory (const ConstString& category_name) in DeleteCategory() 116 return GetCategory(ConstString(category_name)); 120 GetCategory (const ConstString& category_name, 157 AnyMatches (ConstString type_name, 185 static ConstString 186 GetValidTypeName (const ConstString& type); 252 ConstString m_default_category_name; [all …]
|
| D | DataVisualization.h | 76 AnyMatches(ConstString type_name, 86 GetSummaryFormat (const ConstString &type, lldb::TypeSummaryImplSP &entry); 89 Add (const ConstString &type, const lldb::TypeSummaryImplSP &entry); 92 Delete (const ConstString &type); 109 GetCategory (const ConstString &category, 114 Add (const ConstString &category); 117 Delete (const ConstString &category); 123 Clear (const ConstString &category); 126 Enable (const ConstString& category, 130 Disable (const ConstString& category);
|
| D | FormattersContainer.h | 77 static inline ConstString 78 GetValidTypeName_Impl (const ConstString& type) in GetValidTypeName_Impl() 103 return ConstString(type_cstr); in GetValidTypeName_Impl() 271 m_id_cs(ConstString("id")) in FormattersContainer() 282 Delete (ConstString type) in Delete() 306 Get (ConstString type, MapValueType& entry) in Get() 312 GetExact (ConstString type, MapValueType& entry) in GetExact() 355 ConstString m_id_cs; 363 void Add_Impl (const ConstString &type, const MapValueType& entry, ConstString *dummy) in Add_Impl() 369 Delete_Impl (ConstString type, ConstString *dummy) in Delete_Impl() [all …]
|
| D | FormatCache.h | 72 typedef std::map<ConstString,Entry> CacheMap; 80 GetEntry (const ConstString& type); 86 GetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp); 89 GetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp); 92 GetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp); 95 SetFormat (const ConstString& type,lldb::TypeFormatImplSP& format_sp); 98 SetSummary (const ConstString& type,lldb::TypeSummaryImplSP& summary_sp); 101 SetSynthetic (const ConstString& type,lldb::SyntheticChildrenSP& synthetic_sp);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBTypeCategory.cpp | 39 DataVisualization::Categories::GetCategory(ConstString(name), m_opaque_sp); in SBTypeCategory() 165 … m_opaque_sp->GetRegexTypeFiltersContainer()->GetExact(ConstString(spec.GetName()), children_sp); in GetFilterForType() 167 m_opaque_sp->GetTypeFiltersContainer()->GetExact(ConstString(spec.GetName()), children_sp); in GetFilterForType() 189 … m_opaque_sp->GetRegexTypeFormatsContainer()->GetExact(ConstString(spec.GetName()), format_sp); in GetFormatForType() 191 m_opaque_sp->GetTypeFormatsContainer()->GetExact(ConstString(spec.GetName()), format_sp); in GetFormatForType() 212 … m_opaque_sp->GetRegexTypeSummariesContainer()->GetExact(ConstString(spec.GetName()), summary_sp); in GetSummaryForType() 214 m_opaque_sp->GetTypeSummariesContainer()->GetExact(ConstString(spec.GetName()), summary_sp); in GetSummaryForType() 236 …m_opaque_sp->GetRegexTypeSyntheticsContainer()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType() 238 … m_opaque_sp->GetTypeSyntheticsContainer()->GetExact(ConstString(spec.GetName()), children_sp); in GetSyntheticForType() 317 … m_opaque_sp->GetTypeFormatsContainer()->Add(ConstString(type_name.GetName()), format.GetSP()); in AddTypeFormat() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | ObjCLanguageRuntime.cpp | 80 ObjCLanguageRuntime::LookupInCompleteClassCache (ConstString &name) in LookupInCompleteClassCache() 254 const ConstString & 289 const ConstString & 318 const ConstString & 337 const ConstString & 360 ConstString 373 return ConstString(strm.GetString().c_str()); in GetFullNameWithoutCategory() 382 return ConstString(); in GetFullNameWithoutCategory() 386 ObjCLanguageRuntime::MethodName::GetFullNames (std::vector<ConstString> &names, bool append) in GetFullNames() 395 const ConstString &category = GetCategory(); in GetFullNames() [all …]
|
| D | CPPLanguageRuntime.cpp | 27 …m_impl.Append(ConstString("std::basic_string<char, std::char_traits<char>, std::allocator<char> >"… in CPPRuntimeEquivalents() 30 …m_impl.Append(ConstString("std::basic_string<char, std::char_traits<char>, std::allocator<char> >"… in CPPRuntimeEquivalents() 36 Add (ConstString& type_name, in Add() 37 ConstString& type_equivalent) in Add() 43 FindExactMatches (ConstString& type_name, in FindExactMatches() 44 std::vector<ConstString>& equivalents) in FindExactMatches() 66 FindPartialMatches (ConstString& type_name, in FindPartialMatches() 67 std::vector<ConstString>& equivalents) in FindPartialMatches() 109 std::vector<ConstString>& equivalents) in AppendReplacements() 113 ConstString original_const(original); in AppendReplacements() [all …]
|
| D | 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 …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/ |
| D | FileSpec.h | 300 ConstString & 309 const ConstString & 318 ConstString & 327 const ConstString & 403 ConstString 417 ConstString 654 ConstString 709 ConstString m_directory; ///< The uniqued directory path 710 ConstString m_filename; ///< The uniqued filename path
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| D | OptionGroupPlatform.h | 83 const ConstString & 90 SetSDKRootDirectory (const ConstString &sdk_root_directory) in SetSDKRootDirectory() 95 const ConstString & 102 SetSDKBuild (const ConstString &sdk_build) in SetSDKBuild() 110 ConstString m_sdk_sysroot; 111 ConstString m_sdk_build;
|