LLVM 20.0.0git
|
This file defines the implementation of a filter that replaces symbolizer markup with human-readable expressions. More...
#include "llvm/DebugInfo/Symbolize/MarkupFilter.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/DebugInfo/DIContext.h"
#include "llvm/DebugInfo/Symbolize/Markup.h"
#include "llvm/DebugInfo/Symbolize/Symbolize.h"
#include "llvm/Demangle/Demangle.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/WithColor.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
Go to the source code of this file.
Macros | |
#define | ASSIGN_OR_RETURN_NONE(TYPE, NAME, EXPR) |
This file defines the implementation of a filter that replaces symbolizer markup with human-readable expressions.
See https://llvm.org/docs/SymbolizerMarkupFormat.html
Definition in file MarkupFilter.cpp.
#define ASSIGN_OR_RETURN_NONE | ( | TYPE, | |
NAME, | |||
EXPR | |||
) |
Definition at line 490 of file MarkupFilter.cpp.