Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h343 CompilerType GetTypeForFormatters() const;
DTypeSystem.h474 virtual CompilerType GetTypeForFormatters(void *type);
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp677 CompilerType CompilerType::GetTypeForFormatters() const { in GetTypeForFormatters() function in CompilerType
679 return m_type_system->GetTypeForFormatters(m_type); in GetTypeForFormatters()
DTypeSystem.cpp117 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystem
/external/llvm-project/lldb/source/DataFormatters/
DFormatManager.cpp181 compiler_type = compiler_type.GetTypeForFormatters(); in GetPossibleMatches()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h835 CompilerType GetTypeForFormatters(void *type) override;
DTypeSystemClang.cpp7053 CompilerType TypeSystemClang::GetTypeForFormatters(void *type) { in GetTypeForFormatters() function in TypeSystemClang