Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp2481 uint32_t MachOObjectFile::getLibraryCount() const { in getLibraryCount() function in MachOObjectFile
2946 if (State.Other > O->getLibraryCount()) { in pushNode()
2949 Twine((int)O->getLibraryCount()) + in pushNode()
3546 if (ImmValue > O->getLibraryCount()) { in moveNext()
3550 Twine((int)O->getLibraryCount()) + in moveNext()
3578 if (Ordinal > (int)O->getLibraryCount()) { in moveNext()
3582 Twine((int)O->getLibraryCount()) + in moveNext()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h346 uint32_t getLibraryCount() const;