Lines Matching refs:ConstString
55 lldb_private::ConstString CPlusPlusLanguage::GetPluginNameStatic() { in GetPluginNameStatic()
56 static ConstString g_name("cplusplus"); in GetPluginNameStatic()
64 lldb_private::ConstString CPlusPlusLanguage::GetPluginName() { in GetPluginName()
327 ConstString substitute(llvm::StringRef Mangled, llvm::StringRef From, in substitute()
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()
383 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()
440 ConstString("std::__1::string"), std_string_summary_sp); in LoadLibCxxFormatters()
442 ConstString("std::__ndk1::string"), std_string_summary_sp); in LoadLibCxxFormatters()
444 ConstString("std::__1::basic_string<char, std::__1::char_traits<char>, " in LoadLibCxxFormatters()
448 ConstString( in LoadLibCxxFormatters()
453 ConstString( in LoadLibCxxFormatters()
458 ConstString("std::__ndk1::basic_string<char, " in LoadLibCxxFormatters()
464 ConstString("std::__1::wstring"), std_wstring_summary_sp); in LoadLibCxxFormatters()
466 ConstString("std::__ndk1::wstring"), std_wstring_summary_sp); in LoadLibCxxFormatters()
468 ConstString("std::__1::basic_string<wchar_t, " in LoadLibCxxFormatters()
473 ConstString("std::__ndk1::basic_string<wchar_t, " in LoadLibCxxFormatters()
488 ConstString("^std::__(ndk)?1::bitset<.+>(( )?&)?$"), stl_deref_flags, in LoadLibCxxFormatters()
494 ConstString("^std::__(ndk)?1::vector<.+>(( )?&)?$"), stl_deref_flags, in LoadLibCxxFormatters()
500 ConstString("^std::__(ndk)?1::forward_list<.+>(( )?&)?$"), in LoadLibCxxFormatters()
506 ConstString("^std::__(ndk)?1::list<.+>(( )?&)?$"), stl_synth_flags, true); in LoadLibCxxFormatters()
511 ConstString("^std::__(ndk)?1::map<.+> >(( )?&)?$"), stl_synth_flags, in LoadLibCxxFormatters()
517 ConstString("^std::__(ndk)?1::set<.+> >(( )?&)?$"), stl_deref_flags, in LoadLibCxxFormatters()
523 ConstString("^std::__(ndk)?1::multiset<.+> >(( )?&)?$"), stl_deref_flags, in LoadLibCxxFormatters()
529 ConstString("^std::__(ndk)?1::multimap<.+> >(( )?&)?$"), stl_synth_flags, in LoadLibCxxFormatters()
535 ConstString("^(std::__(ndk)?1::)unordered_(multi)?(map|set)<.+> >$"), in LoadLibCxxFormatters()
541 ConstString("^std::initializer_list<.+>(( )?&)?$"), stl_synth_flags, in LoadLibCxxFormatters()
545 ConstString("^std::__(ndk)?1::queue<.+>(( )?&)?$"), in LoadLibCxxFormatters()
549 ConstString("^std::__(ndk)?1::tuple<.*>(( )?&)?$"), stl_synth_flags, in LoadLibCxxFormatters()
553 ConstString("^std::__(ndk)?1::optional<.+>(( )?&)?$"), in LoadLibCxxFormatters()
557 ConstString("^std::__(ndk)?1::variant<.+>(( )?&)?$"), in LoadLibCxxFormatters()
563 ConstString("^std::__(ndk)?1::atomic<.+>$"), stl_synth_flags, true); in LoadLibCxxFormatters()
576 ConstString("^(std::__(ndk)?1::)shared_ptr<.+>(( )?&)?$"), in LoadLibCxxFormatters()
582 ConstString("^(std::__(ndk)?1::)weak_ptr<.+>(( )?&)?$"), stl_synth_flags, in LoadLibCxxFormatters()
588 ConstString("^std::__(ndk)?1::function<.+>$"), stl_summary_flags, true); in LoadLibCxxFormatters()
595 ConstString("^std::__(ndk)?1::bitset<.+>(( )?&)?$"), in LoadLibCxxFormatters()
600 ConstString("^std::__(ndk)?1::vector<.+>(( )?&)?$"), in LoadLibCxxFormatters()
605 ConstString("^std::__(ndk)?1::forward_list<.+>(( )?&)?$"), in LoadLibCxxFormatters()
610 ConstString("^std::__(ndk)?1::list<.+>(( )?&)?$"), in LoadLibCxxFormatters()
615 ConstString("^std::__(ndk)?1::map<.+>(( )?&)?$"), in LoadLibCxxFormatters()
620 ConstString("^std::__(ndk)?1::deque<.+>(( )?&)?$"), in LoadLibCxxFormatters()
625 ConstString("^std::__(ndk)?1::queue<.+>(( )?&)?$"), in LoadLibCxxFormatters()
630 ConstString("^std::__(ndk)?1::set<.+>(( )?&)?$"), in LoadLibCxxFormatters()
635 ConstString("^std::__(ndk)?1::multiset<.+>(( )?&)?$"), in LoadLibCxxFormatters()
640 ConstString("^std::__(ndk)?1::multimap<.+>(( )?&)?$"), in LoadLibCxxFormatters()
645 ConstString("^(std::__(ndk)?1::)unordered_(multi)?(map|set)<.+> >$"), in LoadLibCxxFormatters()
649 ConstString("^std::__(ndk)?1::tuple<.*>(( )?&)?$"), stl_summary_flags, in LoadLibCxxFormatters()
654 ConstString("^std::__(ndk)?1::atomic<.+>$"), stl_summary_flags, true); in LoadLibCxxFormatters()
658 ConstString("^std::__(ndk)?1::optional<.+>(( )?&)?$"), in LoadLibCxxFormatters()
663 ConstString("^std::__(ndk)?1::variant<.+>(( )?&)?$"), in LoadLibCxxFormatters()
671 ConstString("^std::__(ndk)?1::shared_ptr<.+>(( )?&)?$"), in LoadLibCxxFormatters()
676 ConstString("^std::__(ndk)?1::weak_ptr<.+>(( )?&)?$"), in LoadLibCxxFormatters()
683 ConstString("^std::__(ndk)?1::__wrap_iter<.+>$"), stl_synth_flags, true); in LoadLibCxxFormatters()
689 ConstString("^std::__(ndk)?1::__map_iterator<.+>$"), stl_synth_flags, in LoadLibCxxFormatters()
717 cpp_category_sp->GetTypeSummariesContainer()->Add(ConstString("std::string"), in LoadLibStdcppFormatters()
720 ConstString("std::basic_string<char>"), std_string_summary_sp); in LoadLibStdcppFormatters()
722 ConstString("std::basic_string<char,std::char_traits<char>,std::" in LoadLibStdcppFormatters()
726 ConstString("std::basic_string<char, std::char_traits<char>, " in LoadLibStdcppFormatters()
731 ConstString("std::__cxx11::string"), cxx11_string_summary_sp); in LoadLibStdcppFormatters()
733 ConstString("std::__cxx11::basic_string<char, std::char_traits<char>, " in LoadLibStdcppFormatters()
742 cpp_category_sp->GetTypeSummariesContainer()->Add(ConstString("std::wstring"), in LoadLibStdcppFormatters()
745 ConstString("std::basic_string<wchar_t>"), std_wstring_summary_sp); in LoadLibStdcppFormatters()
747 ConstString("std::basic_string<wchar_t,std::char_traits<wchar_t>,std::" in LoadLibStdcppFormatters()
751 ConstString("std::basic_string<wchar_t, std::char_traits<wchar_t>, " in LoadLibStdcppFormatters()
756 ConstString("std::__cxx11::wstring"), cxx11_wstring_summary_sp); in LoadLibStdcppFormatters()
758 ConstString("std::__cxx11::basic_string<wchar_t, " in LoadLibStdcppFormatters()
808 ConstString("^__gnu_cxx::__normal_iterator<.+>$"), stl_synth_flags, true); in LoadLibStdcppFormatters()
814 ConstString("^std::_Rb_tree_iterator<.+>$"), stl_synth_flags, true); in LoadLibStdcppFormatters()
820 ConstString("^std::unique_ptr<.+>(( )?&)?$"), stl_synth_flags, true); in LoadLibStdcppFormatters()
825 ConstString("^std::shared_ptr<.+>(( )?&)?$"), stl_synth_flags, true); in LoadLibStdcppFormatters()
830 ConstString("^std::weak_ptr<.+>(( )?&)?$"), stl_synth_flags, true); in LoadLibStdcppFormatters()
834 "std::tuple synthetic children", ConstString("^std::tuple<.+>(( )?&)?$"), in LoadLibStdcppFormatters()
840 ConstString("^std::unique_ptr<.+>(( )?&)?$"), stl_summary_flags, in LoadLibStdcppFormatters()
845 ConstString("^std::shared_ptr<.+>(( )?&)?$"), stl_summary_flags, in LoadLibStdcppFormatters()
850 ConstString("^std::weak_ptr<.+>(( )?&)?$"), stl_summary_flags, in LoadLibStdcppFormatters()
882 "char16_t * summary provider", ConstString("char16_t *"), string_flags); in LoadSystemFormatters()
886 ConstString("char16_t \\[[0-9]+\\]"), string_array_flags, true); in LoadSystemFormatters()
890 "char32_t * summary provider", ConstString("char32_t *"), string_flags); in LoadSystemFormatters()
894 ConstString("char32_t \\[[0-9]+\\]"), string_array_flags, true); in LoadSystemFormatters()
898 "wchar_t * summary provider", ConstString("wchar_t *"), string_flags); in LoadSystemFormatters()
902 ConstString("wchar_t \\[[0-9]+\\]"), string_array_flags, true); in LoadSystemFormatters()
906 "unichar * summary provider", ConstString("unichar *"), string_flags); in LoadSystemFormatters()
919 "char16_t summary provider", ConstString("char16_t"), widechar_flags); in LoadSystemFormatters()
922 "char32_t summary provider", ConstString("char32_t"), widechar_flags); in LoadSystemFormatters()
924 "wchar_t summary provider", ConstString("wchar_t"), in LoadSystemFormatters()
929 "unichar summary provider", ConstString("unichar"), widechar_flags); in LoadSystemFormatters()
968 static ConstString g_vectortypes("VectorTypes"); in GetHardcodedSummaries()
1032 static ConstString g_vectortypes("VectorTypes"); in GetHardcodedSynthetics()