Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGraphWriter.h298 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/
DGraphWriter.h312 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/
DEdgeBundles.h63 bool ShortNames = false,
/external/llvm/lib/Analysis/
DRegionPrinter.cpp231 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { in viewRegionInfo() argument
237 llvm::ViewGraph(RI, "reg", ShortNames, in viewRegionInfo()
/external/llvm/lib/CodeGen/
DEdgeBundles.cpp74 bool ShortNames, in WriteGraph() argument
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DEdgeBundles.cpp79 bool ShortNames, in WriteGraph() argument