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

  /external/llvm/tools/bugpoint/
BugDriver.cpp 114 bool BugDriver::addSources(const std::vector<std::string> &Filenames) {
115 assert(Program == 0 && "Cannot call addSources multiple times!");
bugpoint.cpp 159 if (D.addSources(InputFilenames)) return 1;
BugDriver.h 77 bool addSources(const std::vector<std::string> &FileNames);

Completed in 313 milliseconds