HomeSort by relevance Sort by last modified time
    Searched refs:performOperation (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 673 static void performOperation(ArchiveOperation Operation,
698 static int performOperation(ArchiveOperation Operation,
713 performOperation(Operation, &Archive, std::move(Buf.get()), NewMembers);
728 performOperation(Operation, nullptr, nullptr, NewMembers);
800 performOperation(ReplaceOrInsert, &NewMembers);
808 return performOperation(Operation, nullptr);
815 return performOperation(CreateSymTab, nullptr);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-ar/
llvm-ar.cpp 722 static void performOperation(ArchiveOperation Operation,
747 static int performOperation(ArchiveOperation Operation,
762 performOperation(Operation, &Archive, std::move(Buf.get()), NewMembers);
777 performOperation(Operation, nullptr, nullptr, NewMembers);
856 performOperation(ReplaceOrInsert, &NewMembers);
930 return performOperation(Operation, nullptr);
945 return performOperation(CreateSymTab, nullptr);

Completed in 102 milliseconds