Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h65 size_t GetNumObjects() const override { in GetNumObjects() function
67 return m_archive_sp->GetNumObjects(); in GetNumObjects()
130 size_t GetNumObjects() const { return m_objects.size(); } in GetNumObjects() function
H A DObjectContainerBSDArchive.cpp402 const size_t num_objects = GetNumObjects(); in Dump()
479 const size_t num_objects = archive_sp->GetNumObjects(); in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectContainer.h117 virtual size_t GetNumObjects() const { return 0; } in GetNumObjects() function