Home
last modified time | relevance | path

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

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