LLVM 19.0.0git
Namespaces | Functions | Variables
Markup.cpp File Reference

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

#include "llvm/DebugInfo/Symbolize/Markup.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"

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.