reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-objdump/MachODump.cpp
 3741   sys::swapByteOrder(cro.weakIvarLayout);
 5256                     info, n_value, cro.weakIvarLayout);
 5262     if (cro.weakIvarLayout != 0)
 5263       outs() << " + " << format("0x%" PRIx64, cro.weakIvarLayout);
 5265     outs() << format("0x%" PRIx64, cro.weakIvarLayout);
 5267   print_layout_map64(cro.weakIvarLayout + n_value, info);