Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.h26 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.h53 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h126 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h102 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFIndex.cpp45 lookup_info.GetLanguageType())) in ProcessFunctionDIE()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h68 virtual lldb::LanguageType GetLanguageType() const = 0;
H A DLanguage.h170 virtual lldb::LanguageType GetLanguageType() const = 0;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp396 result = l->GetLanguageType(); in GuessLanguage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h244 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp226 lang->GetLanguageType()); in AddNameLookup()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h925 lldb::LanguageType GetLanguageType() const { return m_language; }
971 lldb::LanguageType GetLanguageType() const { return m_language; } GetLanguageType() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp418 supported_languages.emplace(lang->GetLanguageType()); in GetSupportedLanguages()
H A DProcess.cpp1577 assert(runtime->GetLanguageType() == Language::GetPrimaryLanguage(language)); in GetLanguageRuntime()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp424 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2648 LanguageType lt1 = lang1->GetLanguageType(); in DoExecute()
2649 LanguageType lt2 = lang2->GetLanguageType(); in DoExecute()