OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GraphName
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h
33
DOTGraphTraitsViewer(StringRef
GraphName
, char &ID)
34
: FunctionPass(ID), Name(
GraphName
) {}
53
std::string
GraphName
= DOTGraphTraits<GraphT>::getGraphName(Graph);
54
std::string Title =
GraphName
+ " for '" + F.getName().str() + "' function";
75
DOTGraphTraitsPrinter(StringRef
GraphName
, char &ID)
76
: FunctionPass(ID), Name(
GraphName
) {}
101
std::string
GraphName
= DOTGraphTraits<GraphT>::getGraphName(Graph);
102
std::string Title =
GraphName
+ " for '" + F.getName().str() + "' function";
127
DOTGraphTraitsModuleViewer(StringRef
GraphName
, char &ID)
128
: ModulePass(ID), Name(
GraphName
) {}
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
RegionPrinter.cpp
235
std::string
GraphName
= DOTGraphTraits<RegionInfo *>::getGraphName(RI);
238
Twine(
GraphName
) + " for '" + F->getName() + "' function");
Completed in 112 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026