Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1602 class DisplayElement { class
1608 DisplayElement(StringRef Colour) : Colour(Colour) {} in DisplayElement() function in __anon94a753662a11::DisplayElement
1614 class DisplayEdge : public DisplayElement {
1617 : DisplayElement(Colour), Value(Value), Node(Node) {} in DisplayEdge()
1629 class DisplayNode : public DisplayElement {
1634 : DisplayElement(Colour), Content(Content) {} in DisplayNode()