Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp101 bool OnlyUpdate = false; ///< 'u' modifier variable
208 case 'u': OnlyUpdate = true; break; in parseCommandLine()
261 if (OnlyUpdate && Operation != ReplaceOrInsert) in parseCommandLine()
646 if (OnlyUpdate) { in doReplaceOrInsert()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp143 static bool OnlyUpdate = false; ///< 'u' modifier variable
247 case 'u': OnlyUpdate = true; break; in parseCommandLine()
307 if (OnlyUpdate && Operation != ReplaceOrInsert) in parseCommandLine()
503 if (!OnlyUpdate) { in computeInsertAction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
Dllvm-ar.cpp173 static bool OnlyUpdate = false; ///< 'u' modifier variable
260 case 'u': OnlyUpdate = true; break; in parseCommandLine()
320 if (OnlyUpdate && Operation != ReplaceOrInsert) in parseCommandLine()
542 if (!OnlyUpdate) { in computeInsertAction()