Home
last modified time | relevance | path

Searched refs:IsPolymorphicClass (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i153 ) lldb::SBType::IsPolymorphicClass;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h130 bool IsPolymorphicClass();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp243 bool SBType::IsPolymorphicClass() { in IsPolymorphicClass() function in SBType
248 return m_opaque_sp->GetCompilerType(true).IsPolymorphicClass(); in IsPolymorphicClass()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h171 bool IsPolymorphicClass() const;
H A DTypeSystem.h445 virtual bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) = 0;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp238 bool CompilerType::IsPolymorphicClass() const { in IsPolymorphicClass() function in CompilerType
241 return type_system_sp->IsPolymorphicClass(m_type); in IsPolymorphicClass()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp202 if (!type.IsPolymorphicClass()) { in TypeHasVTable()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h689 bool IsPolymorphicClass(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp3466 bool TypeSystemClang::IsPolymorphicClass(lldb::opaque_compiler_type_t type) { in IsPolymorphicClass() function in TypeSystemClang
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65094 result = (bool)(arg1)->IsPolymorphicClass(); in _wrap_SBType_IsPolymorphicClass()