Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugUtils.cpp84 SequencePrinter(const Sequence &S, char OpenSeq, char CloseSeq, in SequencePrinter() argument
86 : S(S), OpenSeq(OpenSeq), CloseSeq(CloseSeq), in SequencePrinter()
100 OS << ' ' << CloseSeq; in printTo()
106 char CloseSeq; member in __anond87a13940111::SequencePrinter
112 char CloseSeq, Pred P = Pred()) { in printSequence() argument
113 return SequencePrinter<Sequence, Pred>(S, OpenSeq, CloseSeq, std::move(P)); in printSequence()