Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp91 ast_type.GetMinimumLanguage()); in GetReturnValueObject()
H A DStackFrame.cpp891 if (valobj_sp->GetCompilerType().GetMinimumLanguage() != in LegacyGetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObjectConstResult.cpp304 return GetCompilerTypeImpl().GetMinimumLanguage(); in GetPreferredDisplayLanguage()
H A DValueObject.cpp2541 if (root->GetCompilerType().GetMinimumLanguage() == in GetValueForExpressionPath_Impl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h293 lldb::LanguageType GetMinimumLanguage();
H A DTypeSystem.h249 GetMinimumLanguage(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp562 lldb::LanguageType CompilerType::GetMinimumLanguage() { in GetMinimumLanguage() function in CompilerType
565 return type_system_sp->GetMinimumLanguage(m_type); in GetMinimumLanguage()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h374 return GetCompilerType().GetMinimumLanguage(); in GetObjectRuntimeLanguage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp1003 LanguageType lang_type(candidate.GetMinimumLanguage()); in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp1031 target_sp->GetScratchTypeSystemForLanguage(m_type.GetMinimumLanguage()); in Dematerialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h747 GetMinimumLanguage(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp4046 TypeSystemClang::GetMinimumLanguage(lldb::opaque_compiler_type_t type) { in GetMinimumLanguage() function in TypeSystemClang
4123 .GetMinimumLanguage(); in GetMinimumLanguage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1789 LanguageType lang_type(candidate.GetMinimumLanguage()); in GetTypeScavenger()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1961 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2287 decl_ctx_type_system->GetMinimumLanguage(nullptr)); in DeclContextMatchesThisSymbolFile()