LLVM  8.0.1
Macros
DWARFUnitIndex.cpp File Reference
#include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <cinttypes>
#include <cstdint>
Include dependency graph for DWARFUnitIndex.cpp:

Go to the source code of this file.

Macros

#define CASE(DS)
 

Macro Definition Documentation

◆ CASE

#define CASE (   DS)
Value:
case DW_SECT_##DS: \
return #DS;

Referenced by llvm::DWARFUnitIndex::parse().