Searched refs:lcCount (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryReader.cpp | 58 StringRef lcRange, unsigned lcCount, bool isBig, bool is64, in forEachLoadCommand() argument 61 for (unsigned i=0; i < lcCount; ++i) { in forEachLoadCommand() 236 const uint32_t lcCount = smh->ncmds; in readBinary() local 261 auto ec = forEachLoadCommand(lcRange, lcCount, isBig, is64, in readBinary() 279 ec = forEachLoadCommand(lcRange, lcCount, isBig, is64, in readBinary()
|