Searched defs:printMode (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp284 static void printMode(unsigned mode) { function
306 printMode((Mode >> 6) & 007);
307 printMode((Mode >> 3) & 007);
308 printMode(Mode & 007);

Completed in 148 milliseconds