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.cpp1599 class DisplayElement { class
1605 DisplayElement(StringRef Colour) : Colour(Colour) {} in DisplayElement() function in __anon94a753662a11::DisplayElement
1611 class DisplayEdge : public DisplayElement {
1614 : DisplayElement(Colour), Value(Value), Node(Node) {} in DisplayEdge()
1626 class DisplayNode : public DisplayElement {
1631 : DisplayElement(Colour), Content(Content) {} in DisplayNode()