Searched refs:ShortNames (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | GraphWriter.h | 298 bool ShortNames = false, 301 GraphWriter<GraphType> W(O, G, ShortNames); 311 bool ShortNames = false, const std::string &Title = "") { 330 llvm::WriteGraph(O, G, ShortNames, Title); 345 bool ShortNames = false, const std::string &Title = "", 347 sys::Path Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/llvm/include/llvm/Support/ |
D | GraphWriter.h | 312 bool ShortNames = false, 315 GraphWriter<GraphType> W(O, G, ShortNames); 327 bool ShortNames = false, const Twine &Title = "") { 340 llvm::WriteGraph(O, G, ShortNames, Title); 351 bool ShortNames = false, const Twine &Title = "", 353 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | EdgeBundles.h | 63 bool ShortNames = false,
|
/external/llvm/lib/Analysis/ |
D | RegionPrinter.cpp | 231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo() argument 237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
|
/external/llvm/lib/CodeGen/ |
D | EdgeBundles.cpp | 74 bool ShortNames, in WriteGraph() argument
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | EdgeBundles.cpp | 79 bool ShortNames, in WriteGraph() argument
|