Home
last modified time | relevance | path

Searched refs:SupportsLanguage (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp290 if (pair.second && pair.second->SupportsLanguage(language)) { in GetTypeSystemForLanguage()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h71 static bool SupportsLanguage(lldb::LanguageType language);
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DTypeSystem.h210 virtual bool SupportsLanguage(lldb::LanguageType language) = 0;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1743 bool SBDebugger::SupportsLanguage(lldb::LanguageType language) { in SupportsLanguage() function in SBDebugger
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h726 bool SupportsLanguage(lldb::LanguageType language) override;
H A DTypeSystemClang.cpp3720 bool TypeSystemClang::SupportsLanguage(lldb::LanguageType language) { in SupportsLanguage() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3046 !type_system->SupportsLanguage(GetLanguage(*type_die.GetCU()))) in FindDefinitionDIE()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20274 result = (bool)lldb::SBDebugger::SupportsLanguage(arg1); in _wrap_SBDebugger_SupportsLanguage()