HomeSort by: relevance | last modified time | path
    Searched refs:getLibraryCount (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2481 uint32_t MachOObjectFile::getLibraryCount() const {
2946 if (State.Other > O->getLibraryCount()) {
2949 Twine((int)O->getLibraryCount()) +
3546 if (ImmValue > O->getLibraryCount()) {
3550 Twine((int)O->getLibraryCount()) +
3578 if (Ordinal > (int)O->getLibraryCount()) {
3582 Twine((int)O->getLibraryCount()) +
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 346 uint32_t getLibraryCount() const;

Completed in 20 milliseconds