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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h472 CompilerType GetTypeForFormatters() const;
H A DTypeSystem.h492 virtual CompilerType GetTypeForFormatters(void *type);
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp117 CompilerType TypeSystem::GetTypeForFormatters(void *type) {
H A DCompilerType.cpp965 CompilerType CompilerType::GetTypeForFormatters() const { function in class:CompilerType
968 return type_system_sp->GetTypeForFormatters(m_type);
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp180 compiler_type = compiler_type.GetTypeForFormatters();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h915 CompilerType GetTypeForFormatters(void *type) override;
H A DTypeSystemClang.cpp7208 CompilerType TypeSystemClang::GetTypeForFormatters(void *type) { function in class:TypeSystemClang

Completed in 229 milliseconds