Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatManager.cpp196 if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) { in GetPossibleMatches()
562 if (!valobj_sp->GetCompilerType().IsMeaninglessWithoutDynamicResolution()) in GetTypeForCache()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp156 bool TypeSystem::IsMeaninglessWithoutDynamicResolution(void *type) { in IsMeaninglessWithoutDynamicResolution() function in TypeSystem
H A DCompilerType.cpp1023 bool CompilerType::IsMeaninglessWithoutDynamicResolution() const { in IsMeaninglessWithoutDynamicResolution() function in CompilerType
1026 return type_system_sp->IsMeaninglessWithoutDynamicResolution(m_type); in IsMeaninglessWithoutDynamicResolution()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h493 bool IsMeaninglessWithoutDynamicResolution() const;
H A DTypeSystem.h535 virtual bool IsMeaninglessWithoutDynamicResolution(void *type);