Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp92 Language::GetNameForLanguageType(runtime->GetLanguageType())); in DefaultShouldStopHereCallback()
145 Language::GetNameForLanguageType(runtime->GetLanguageType())); in DefaultStepFromHereCallback()
H A DLanguage.cpp418 supported_languages.emplace(lang->GetLanguageType()); in GetSupportedLanguages()
H A DProcess.cpp1518 assert(runtime->GetLanguageType() == Language::GetPrimaryLanguage(language)); in GetLanguageRuntime()
/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/CPlusPlus/
H A DCPlusPlusLanguage.h64 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/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.h171 virtual lldb::LanguageType GetLanguageType() const = 0;
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DMangled.cpp432 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.cpp228 lang->GetLanguageType()); in AddNameLookup()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h936 lldb::LanguageType GetLanguageType() const { return m_language; } in GetLanguageType() function
/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.cpp2669 LanguageType lt1 = lang1->GetLanguageType(); in DoExecute()
2670 LanguageType lt2 = lang2->GetLanguageType(); in DoExecute()