Home
last modified time | relevance | path

Searched refs:GetHardcodedFormats (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DLanguageCategory.cpp30 m_hardcoded_formats = language_plugin->GetHardcodedFormats(); in LanguageCategory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h172 virtual HardcodedFormatters::HardcodedFormatFinder GetHardcodedFormats();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguage.cpp125 HardcodedFormatters::HardcodedFormatFinder Language::GetHardcodedFormats() { in GetHardcodedFormats() function in Language