Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h393 size_t symbolsCount() const { return SymbolsSet->size(); } in symbolsCount() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1899 normalSymbols.reserve(interface.symbolsCount()); in DylibFile()