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

/freebsd-10.2-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp846 static void performOperation(ArchiveOperation Operation, function
894 static int performOperation(ArchiveOperation Operation);
900 return performOperation(CreateSymTab);
907 return performOperation(Operation);
910 static int performOperation(ArchiveOperation Operation) { function
928 performOperation(Operation, &Archive);
943 performOperation(Operation, NULL);

Completed in 41 milliseconds