Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp1294 uint32_t LoadCommandCount = getHeader().ncmds; in MachOObjectFile() local
1296 if (LoadCommandCount != 0) { in MachOObjectFile()
1316 for (unsigned I = 0; I < LoadCommandCount; ++I) { in MachOObjectFile()
1618 if (I < LoadCommandCount - 1) { in MachOObjectFile()
1683 assert(LoadCommands.size() == LoadCommandCount); in MachOObjectFile()