Searched refs:nloh (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp509 uint32_t nloh = LohLC.datasize; local
510 outs() << "Linker optimiztion hints (" << nloh << " total bytes)\n";
511 for (uint32_t i = 0; i < nloh;) {
516 if (i >= nloh)
550 if (i >= nloh)
557 if (i >= nloh)

Completed in 87 milliseconds