Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp465 static void printMode(unsigned mode) { in printMode() function
480 printMode((Mode >> 6) & 007); in doDisplayTable()
481 printMode((Mode >> 3) & 007); in doDisplayTable()
482 printMode(Mode & 007); in doDisplayTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1504 LLVM_DUMP_METHOD static raw_ostream &printMode(ReorderingMode RMode, in printMode() function in llvm::slpvectorizer::BoUpSLP::VLOperands
1511 printMode(RMode, dbgs()); in dumpMode()
1515 return printMode(RMode, OS); in operator <<()