Home | History | Annotate | Download | only in Support

Lines Matching full:program

19 #include "llvm/Support/Program.h"
102 GraphProgram::Name program) {
114 errs() << "Running 'Graphviz' program... ";
123 switch (program) {
133 errs() << "Running 'xdot.py' program... ";
159 // Find which program the user wants
161 if (program == GraphProgram::DOT)
165 if (program == GraphProgram::FDP)
169 if (program == GraphProgram::NEATO)
173 if (program == GraphProgram::TWOPI)
177 if (program == GraphProgram::CIRCO)
191 errs() << "Running '" << prog << "' program... ";
219 errs() << "Running 'dotty' program... ";