Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormatManager.cpp192 if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) { in GetPossibleMatches()
550 if (!valobj_sp->GetCompilerType().IsMeaninglessWithoutDynamicResolution()) in GetTypeForCache()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DTypeSystem.cpp150 bool TypeSystem::IsMeaninglessWithoutDynamicResolution(void *type) { in IsMeaninglessWithoutDynamicResolution() function in TypeSystem
H A DCompilerType.cpp794 bool CompilerType::IsMeaninglessWithoutDynamicResolution() const { in IsMeaninglessWithoutDynamicResolution() function in CompilerType
797 return type_system_sp->IsMeaninglessWithoutDynamicResolution(m_type); in IsMeaninglessWithoutDynamicResolution()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h428 bool IsMeaninglessWithoutDynamicResolution() const;
H A DTypeSystem.h518 virtual bool IsMeaninglessWithoutDynamicResolution(void *type);