Home
last modified time | relevance | path

Searched refs:GetNumFunctions (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompileUnit.h397 size_t GetNumFunctions() const { return m_functions_by_uid.size(); } in GetNumFunctions() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp917 size_t count = comp_unit.GetNumFunctions(); in ParseFunctions()
928 size_t new_count = comp_unit.GetNumFunctions(); in ParseFunctions()