Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp2535 uint32_t MachOObjectFile::getLibraryCount() const { in getLibraryCount() function in MachOObjectFile
3002 if ((int64_t)State.Other > 0 && State.Other > O->getLibraryCount()) { in pushNode()
3005 Twine((int)O->getLibraryCount()) + in pushNode()
3702 if (ImmValue > O->getLibraryCount()) { in moveNext()
3706 Twine((int)O->getLibraryCount()) + in moveNext()
3734 if (Ordinal > (int)O->getLibraryCount()) { in moveNext()
3738 Twine((int)O->getLibraryCount()) + in moveNext()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h470 uint32_t getLibraryCount() const;