Home
last modified time | relevance | path

Searched refs:GetNumObjects (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h60 size_t GetNumObjects() const override { in GetNumObjects() function
62 return m_archive_sp->GetNumObjects(); in GetNumObjects()
132 size_t GetNumObjects() const { return m_objects.size(); } in GetNumObjects() function
H A DObjectContainerBSDArchive.cpp399 const size_t num_objects = GetNumObjects(); in Dump()
473 const size_t num_objects = archive_sp->GetNumObjects(); in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectContainer.h102 virtual size_t GetNumObjects() const { return 0; } in GetNumObjects() function