Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGraphWriter.h308 bool ShortNames = false,
311 GraphWriter<GraphType> W(O, G, ShortNames);
327 bool ShortNames = false,
354 llvm::WriteGraph(O, G, ShortNames, Title);
365 const Twine &Title, bool ShortNames = false,
367 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str());
376 bool ShortNames = false, const Twine &Title = "",
378 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPrinter.cpp231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo() argument
237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEdgeBundles.cpp76 bool ShortNames, in WriteGraph() argument