Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp211 ReplaceOrInsert, ///< Replace or Insert members enumerator
352 Operation = ReplaceOrInsert; in parseCommandLine()
457 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine()
466 if (OnlyUpdate && Operation != ReplaceOrInsert) in parseCommandLine()
638 case ReplaceOrInsert: in shouldCreateArchive()
880 if (Operation == ReplaceOrInsert) { in computeInsertAction()
1134 case ReplaceOrInsert: in performOperation()
1269 performOperation(ReplaceOrInsert, /*OldArchive=*/nullptr, in runMRIScript()