LLVM 22.0.0git
Markup.cpp File Reference

This file defines the log symbolizer markup data model and parser. More...

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::symbolize

Functions

static StringRef llvm::symbolize::takeTo (StringRef Str, StringRef::iterator Pos)
static void llvm::symbolize::advanceTo (StringRef &Str, StringRef::iterator Pos)
static MarkupNode llvm::symbolize::textNode (StringRef Text)

Variables

static const char llvm::symbolize::SGRSyntaxStr [] = "\033\\[([0-1]|3[0-7])m"

Detailed Description

This file defines the log symbolizer markup data model and parser.

Definition in file Markup.cpp.