Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp287 uint32_t LoadCommandCount = getHeader().ncmds; in MachOObjectFile() local
288 if (LoadCommandCount == 0) in MachOObjectFile()
299 for (unsigned I = 0; I < LoadCommandCount; ++I) { in MachOObjectFile()
379 if (I < LoadCommandCount - 1) { in MachOObjectFile()
437 assert(LoadCommands.size() == LoadCommandCount); in MachOObjectFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1291 uint32_t LoadCommandCount = getHeader().ncmds; in MachOObjectFile() local
1293 if (LoadCommandCount != 0) { in MachOObjectFile()
1314 for (unsigned I = 0; I < LoadCommandCount; ++I) { in MachOObjectFile()
1608 if (I < LoadCommandCount - 1) { in MachOObjectFile()
1673 assert(LoadCommands.size() == LoadCommandCount); in MachOObjectFile()