Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/bugpoint/
H A Dbugpoint.cpp193 if (D.addSources(InputFilenames)) in main()
H A DBugDriver.h75 bool addSources(const std::vector<std::string> &FileNames);
H A DBugDriver.cpp132 bool BugDriver::addSources(const std::vector<std::string> &Filenames) { in addSources() function in BugDriver