Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1147 uint32_t nloh = LohLC.datasize; in PrintLinkOptHints() local
1148 outs() << "Linker optimiztion hints (" << nloh << " total bytes)\n"; in PrintLinkOptHints()
1149 for (uint32_t i = 0; i < nloh;) { in PrintLinkOptHints()
1154 if (i >= nloh) in PrintLinkOptHints()
1188 if (i >= nloh) in PrintLinkOptHints()
1195 if (i >= nloh) in PrintLinkOptHints()