Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp2469 uint32_t MachOObjectFile::getLibraryCount() const { in getLibraryCount() function in MachOObjectFile
2913 if (State.Other > O->getLibraryCount()) { in pushNode()
2916 Twine((int)O->getLibraryCount()) + in pushNode()
3524 if (ImmValue > O->getLibraryCount()) { in moveNext()
3528 Twine((int)O->getLibraryCount()) + in moveNext()
3556 if (Ordinal > (int)O->getLibraryCount()) { in moveNext()
3560 Twine((int)O->getLibraryCount()) + in moveNext()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DMachOObjectFile.cpp2579 uint32_t MachOObjectFile::getLibraryCount() const { in getLibraryCount() function in MachOObjectFile
3046 if ((int64_t)State.Other > 0 && State.Other > O->getLibraryCount()) { in pushNode()
3049 Twine((int)O->getLibraryCount()) + in pushNode()
3880 if (ImmValue > O->getLibraryCount()) { in moveNext()
3884 Twine((int)O->getLibraryCount()) + in moveNext()
3912 if (Ordinal > (int)O->getLibraryCount()) { in moveNext()
3916 Twine((int)O->getLibraryCount()) + in moveNext()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachO.h345 uint32_t getLibraryCount() const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DMachO.h496 uint32_t getLibraryCount() const;