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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp875 MachO::linker_option_command LOLC = Obj->getLinkerOptionLoadCommand(Load); local
877 W.printNumber("Size", LOLC.cmdsize);
879 uint64_t DataSize = LOLC.cmdsize - sizeof(MachO::linker_option_command);
882 for (unsigned i = 0; i < LOLC.count; ++i) {

Completed in 164 milliseconds