Searched refs:ShortNames (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | GraphWriter.h | 308 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 D | RegionPrinter.cpp | 231 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 D | EdgeBundles.cpp | 76 bool ShortNames, in WriteGraph() argument
|