Home
last modified time | relevance | path

Searched refs:GetTypeForFormatters (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDTypeSystem.cpp122 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystem
HDCompilerType.cpp1009 CompilerType CompilerType::GetTypeForFormatters() const { in GetTypeForFormatters() function in CompilerType
1012 return type_system_sp->GetTypeForFormatters(m_type); in GetTypeForFormatters()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h489 CompilerType GetTypeForFormatters() const;
HDTypeSystem.h519 virtual CompilerType GetTypeForFormatters(void *type);
/freebsd-14-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatManager.cpp178 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h936 CompilerType GetTypeForFormatters(void *type) override;
HDTypeSystemClang.cpp7365 CompilerType TypeSystemClang::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystemClang