Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2406 uint32_t MachOObjectFile::getLibraryCount() const { in getLibraryCount() function in MachOObjectFile
2841 if (State.Other > O->getLibraryCount()) { in pushNode()
2844 Twine((int)O->getLibraryCount()) + in pushNode()
3489 if (ImmValue > O->getLibraryCount()) { in moveNext()
3493 Twine((int)O->getLibraryCount()) + in moveNext()
3521 if (Ordinal > (int)O->getLibraryCount()) { in moveNext()
3525 Twine((int)O->getLibraryCount()) + in moveNext()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h348 uint32_t getLibraryCount() const;