LLVM
16.0.0git
|
#include "llvm/DebugInfo/Symbolize/MarkupFilter.h"
#include "llvm/ADT/None.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/Debuginfod/Debuginfod.h"
#include "llvm/Demangle/Demangle.h"
#include "llvm/Object/ObjectFile.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/WithColor.h"
#include "llvm/Support/raw_ostream.h"
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.