Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.h27 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DCPPLanguageRuntime.h44 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
H A DLanguageRuntime.h70 virtual lldb::LanguageType GetLanguageType() const = 0;
H A DLanguage.h162 virtual lldb::LanguageType GetLanguageType() const = 0;
H A DObjCLanguageRuntime.h210 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h80 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.h105 lldb::LanguageType GetLanguageType() const override { in GetLanguageType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.cpp100 return m_cu->GetLanguageType(); in GetLanguage()
H A DDWARFUnit.h166 lldb::LanguageType GetLanguageType();
H A DDWARFUnit.cpp569 return m_dwarf->GetTypeSystemForLanguage(GetLanguageType()); in GetTypeSystem()
744 LanguageType DWARFUnit::GetLanguageType() { in GetLanguageType() function in DWARFUnit
H A DManualDWARFIndex.cpp104 const LanguageType cu_language = unit.GetLanguageType(); in IndexUnit()
H A DSymbolFileDWARF.cpp893 GetTypeSystemForLanguage(die.GetCU()->GetLanguageType()); in ParseFunction()
916 return dwarf_cu->GetLanguageType(); in ParseLanguage()
3058 GetTypeSystemForLanguage(die.GetCU()->GetLanguageType()); in ParseType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp403 m_process->GetTarget(), GetLanguageType(), catch_bp, throw_bp, in SetExceptionBreakpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp2915 LanguageType lt1 = lang1->GetLanguageType(); in DoExecute()
2916 LanguageType lt2 = lang2->GetLanguageType(); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp1760 runtime->GetLanguageType() == eLanguageTypeC_plus_plus) in GetCPPLanguageRuntime()
1768 if (runtime != nullptr && runtime->GetLanguageType() == eLanguageTypeObjC) in GetObjCLanguageRuntime()