Searched refs:JustId (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp563 static void PrintDylibs(MachOObjectFile *O, bool JustId) { argument
566 if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) ||
567 (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB ||
576 if (JustId)

Completed in 143 milliseconds