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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h360 bool ShortNames = false,
363 GraphWriter<GraphType> W(O, G, ShortNames);
379 bool ShortNames = false,
406 llvm::WriteGraph(O, G, ShortNames, Title);
417 const Twine &Title, bool ShortNames = false,
419 llvm::WriteGraph(G, Name, ShortNames, Title, FileName.str());
428 bool ShortNames = false, const Twine &Title = "",
430 std::string Filename = llvm::WriteGraph(G, Name, ShortNames, Title);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp76 bool ShortNames,
75 WriteGraph(raw_ostream &O, const EdgeBundles &G, bool ShortNames, const Twine &Title) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPrinter.cpp219 static void viewRegionInfo(RegionInfo *RI, bool ShortNames) { argument
225 llvm::ViewGraph(RI, "reg", ShortNames,

Completed in 67 milliseconds