Home
last modified time | relevance | path

Searched defs:GraphName (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h36 DOTGraphTraitsViewer(StringRef GraphName, char &ID) in DOTGraphTraitsViewer()
41 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() local
63 DOTGraphTraitsPrinter(StringRef GraphName, char &ID) in DOTGraphTraitsPrinter()
74 std::string GraphName = DOTGraphTraits<GraphT>::getGraphName(Graph); in runOnFunction() local
100 DOTGraphTraitsModuleViewer(StringRef GraphName, char &ID) in DOTGraphTraitsModuleViewer()
126 DOTGraphTraitsModulePrinter(StringRef GraphName, char &ID) in DOTGraphTraitsModulePrinter()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DGraphWriter.h115 std::string GraphName = DTraits.getGraphName(G); in writeHeader() local