Home
last modified time | relevance | path

Searched refs:IsMeaninglessWithoutDynamicResolution (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp703 bool CompilerType::IsMeaninglessWithoutDynamicResolution() const { in IsMeaninglessWithoutDynamicResolution() function in CompilerType
705 return m_type_system->IsMeaninglessWithoutDynamicResolution(m_type); in IsMeaninglessWithoutDynamicResolution()
H A DTypeSystem.cpp147 bool TypeSystem::IsMeaninglessWithoutDynamicResolution(void *type) { in IsMeaninglessWithoutDynamicResolution() function in TypeSystem
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h368 bool IsMeaninglessWithoutDynamicResolution() const;
H A DTypeSystem.h504 virtual bool IsMeaninglessWithoutDynamicResolution(void *type);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DFormatManager.cpp190 if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) { in GetPossibleMatches()
560 if (!valobj_sp->GetCompilerType().IsMeaninglessWithoutDynamicResolution()) in GetTypeForCache()