Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp54 static cl::opt<Operation> LibraryOperation( variable
525 if (LibraryOperation == Operation::None) { in parseCommandLine()
529 LibraryOperation.error("must be specified", "", Stream); in parseCommandLine()
585 switch (LibraryOperation) { in main()