Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp233 static bool OnlyUpdate = false; ///< 'u' modifier variable
388 OnlyUpdate = true; in parseCommandLine()
470 if (OnlyUpdate && Operation != ReplaceOrInsert) in parseCommandLine()
896 if (!OnlyUpdate) { in computeInsertAction()