Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-objdump/
DMachODump.cpp522 static void PrintDylibs(MachOObjectFile *O, bool JustId) { in PrintDylibs() argument
525 if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) || in PrintDylibs()
526 (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB || in PrintDylibs()
535 if (JustId) in PrintDylibs()