Searched refs:lcCount (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/ |
| H A D | MachONormalizedFileBinaryReader.cpp | 59 StringRef lcRange, unsigned lcCount, bool isBig, bool is64, in forEachLoadCommand() argument 62 for (unsigned i=0; i < lcCount; ++i) { in forEachLoadCommand() 237 const uint32_t lcCount = smh->ncmds; in readBinary() local 262 auto ec = forEachLoadCommand(lcRange, lcCount, isBig, is64, in readBinary() 280 ec = forEachLoadCommand(lcRange, lcCount, isBig, is64, in readBinary()
|