Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1173 uint32_t nloh = LohLC.datasize; in PrintLinkOptHints() local
1174 outs() << "Linker optimiztion hints (" << nloh << " total bytes)\n"; in PrintLinkOptHints()
1175 for (uint32_t i = 0; i < nloh;) { in PrintLinkOptHints()
1180 if (i >= nloh) in PrintLinkOptHints()
1214 if (i >= nloh) in PrintLinkOptHints()
1221 if (i >= nloh) in PrintLinkOptHints()