Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp241 uint32_t LoadCommandCount = getHeader().ncmds; in MachOObjectFile() local
242 if (LoadCommandCount == 0) in MachOObjectFile()
251 for (unsigned I = 0; I < LoadCommandCount; ++I) { in MachOObjectFile()
311 if (I < LoadCommandCount - 1) { in MachOObjectFile()
320 assert(LoadCommands.size() == LoadCommandCount); in MachOObjectFile()