LLVM 20.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFUnitIndex.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DataExtractor.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <cinttypes>
#include <cstdint>
#include "llvm/BinaryFormat/Dwarf.def"
Go to the source code of this file.
Macros | |
#define | CASE(S, T) |
#define | CASE(S, T) |
#define | HANDLE_DW_SECT(ID, NAME) |
Functions | |
constexpr bool | isKnownV5SectionID (uint32_t ID) |
#define CASE | ( | S, | |
T | |||
) |
#define HANDLE_DW_SECT | ( | ID, | |
NAME | |||
) |
Definition at line 37 of file DWARFUnitIndex.cpp.
References llvm::DW_SECT_EXT_TYPES.
Referenced by llvm::deserializeSectionKind(), and llvm::serializeSectionKind().