Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1251 class DisplayNode;
1269 DisplayEdge(std::string Value, DisplayNode &Node, StringRef Colour) in DisplayEdge()
1274 const DisplayNode &getDestinationNode() const { return Node; } in getDestinationNode()
1278 const DisplayNode &Node;
1282 class DisplayNode : public DisplayElement { class
1286 DisplayNode(std::string Content, StringRef Colour) in DisplayNode() function in __anon0dac999d2511::DisplayNode
1290 using ChildIterator = std::unordered_set<DisplayNode *>::const_iterator;
1300 void createEdge(StringRef Value, DisplayNode &Node, StringRef Colour);
1306 const DisplayEdge &getEdge(const DisplayNode &To) const { in getEdge()
1313 std::string getEdgeSourceLabel(const DisplayNode &Sink) const { in getEdgeSourceLabel()
[all …]