Home
last modified time | relevance | path

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

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