OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphProgram
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
GraphWriter.cpp
102
GraphProgram
::Name program) {
124
case
GraphProgram
::DOT: args.push_back("-f"); args.push_back("dot"); break;
125
case
GraphProgram
::FDP: args.push_back("-f"); args.push_back("fdp"); break;
126
case
GraphProgram
::NEATO: args.push_back("-f"); args.push_back("neato");break;
127
case
GraphProgram
::TWOPI: args.push_back("-f"); args.push_back("twopi");break;
128
case
GraphProgram
::CIRCO: args.push_back("-f"); args.push_back("circo");break;
161
if (program ==
GraphProgram
::DOT)
165
if (program ==
GraphProgram
::FDP)
169
if (program ==
GraphProgram
::NEATO)
173
if (program ==
GraphProgram
::TWOPI
[
all
...]
/external/llvm/include/llvm/Support/
GraphWriter.h
43
namespace
GraphProgram
{
54
GraphProgram
::Name program =
GraphProgram
::DOT);
348
GraphProgram
::Name Program =
GraphProgram
::DOT) {
Completed in 42 milliseconds