Home
last modified time | relevance | path

Searched refs:GetLanguageType (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.h26 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h53 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h78 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h90 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h67 virtual lldb::LanguageType GetLanguageType() const = 0;
H A DLanguage.h162 virtual lldb::LanguageType GetLanguageType() const = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp402 result = l->GetLanguageType(); in GuessLanguage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp341 supported_languages.emplace(lang->GetLanguageType()); in GetSupportedLanguages()
H A DProcess.cpp1505 assert(runtime->GetLanguageType() == Language::GetPrimaryLanguage(language)); in GetLanguageRuntime()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h235 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp228 lang->GetLanguageType()); in AddNameLookup()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp416 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2793 LanguageType lt1 = lang1->GetLanguageType(); in DoExecute()
2794 LanguageType lt2 = lang2->GetLanguageType(); in DoExecute()