Searched defs:OnlyUpdate (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp123 static bool OnlyUpdate = false; ///< 'u' modifier variable
225 case 'u': OnlyUpdate = true; break;
276 if (OnlyUpdate && Operation != ReplaceOrInsert)
515 if (!OnlyUpdate) {

Completed in 97 milliseconds