Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1406 static void PrintDylibs(MachOObjectFile *O, bool JustId) { in PrintDylibs() argument
1409 if ((JustId && Load.C.cmd == MachO::LC_ID_DYLIB) || in PrintDylibs()
1410 (!JustId && (Load.C.cmd == MachO::LC_ID_DYLIB || in PrintDylibs()
1419 if (JustId) in PrintDylibs()