Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp90 ast_type.GetMinimumLanguage()); in GetReturnValueObject()
H A DStackFrame.cpp819 if (valobj_sp->GetCompilerType().GetMinimumLanguage() != in GetValueForVariableExpressionPath()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp298 lldb::LanguageType CompilerType::GetMinimumLanguage() { in GetMinimumLanguage() function in CompilerType
302 return m_type_system->GetMinimumLanguage(m_type); in GetMinimumLanguage()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h171 lldb::LanguageType GetMinimumLanguage();
H A DTypeSystem.h215 GetMinimumLanguage(lldb::opaque_compiler_type_t type) = 0;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp303 return GetCompilerTypeImpl().GetMinimumLanguage(); in GetPreferredDisplayLanguage()
H A DValueObject.cpp2395 if (root->GetCompilerType().GetMinimumLanguage() == in GetValueForExpressionPath_Impl()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h374 return GetCompilerType().GetMinimumLanguage(); in GetObjectRuntimeLanguage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1000 LanguageType lang_type(candidate.GetMinimumLanguage()); in GetTypeScavenger()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1034 LanguageType lang_type(candidate.GetMinimumLanguage()); in GetTypeScavenger()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h659 GetMinimumLanguage(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3985 TypeSystemClang::GetMinimumLanguage(lldb::opaque_compiler_type_t type) { in GetMinimumLanguage() function in TypeSystemClang
4062 .GetMinimumLanguage(); in GetMinimumLanguage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp875 target_sp->GetScratchTypeSystemForLanguage(m_type.GetMinimumLanguage()); in Dematerialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1982 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2009 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()