Searched refs:ShortNames (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GraphWriter.h | 362 bool ShortNames = false, 365 GraphWriter<GraphType> W(O, G, ShortNames); 381 bool ShortNames = false, 408 llvm::WriteGraph(O, G, ShortNames, Title); 419 const Twine &Title, bool ShortNames = false, 421 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str()); 430 bool ShortNames = false, const Twine &Title = "", 432 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | RegionPrinter.cpp | 213 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo() argument 219 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | EdgeBundles.cpp | 89 bool ShortNames, in WriteGraph() argument
|