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

/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp132 ReplaceOrInsert, ///< Replace or Insert members enumerator in enum:ArchiveOperation
234 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
301 if (Operation != Move && Operation != ReplaceOrInsert)
307 if (OnlyUpdate && Operation != ReplaceOrInsert)
395 case ReplaceOrInsert:
501 if (Operation == ReplaceOrInsert) {
687 case ReplaceOrInsert:
800 performOperation(ReplaceOrInsert, &NewMembers);
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
H A Dllvm-ar.cpp84 ReplaceOrInsert, ///< Replace or Insert members enumerator in enum:ArchiveOperation
196 case 'r': ++NumOperations; Operation = ReplaceOrInsert; break;
252 if (Operation != Move && Operation != ReplaceOrInsert)
255 if (RecurseDirectories && Operation != ReplaceOrInsert)
259 if (TruncateNames && Operation!=QuickAppend && Operation!=ReplaceOrInsert)
261 if (OnlyUpdate && Operation != ReplaceOrInsert)
263 if (Compression && Operation!=ReplaceOrInsert && Operation!=Extract)
751 case ReplaceOrInsert: haveError = doReplaceOrInsert(&ErrMsg); break;

Completed in 105 milliseconds