Home
last modified time | relevance | path

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

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