Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp210 QuickAppend, ///< Quickly append to end of archive enumerator
348 Operation = QuickAppend; in parseCommandLine()
468 if (AddLibrary && Operation != QuickAppend) in parseCommandLine()
637 case QuickAppend: in shouldCreateArchive()
853 if (Operation == QuickAppend || Members.empty()) in computeInsertAction()
990 assert(Operation == QuickAppend); in computeNewArchiveMembers()
1133 case QuickAppend: in performOperation()