LLVM: include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h File Reference (original) (raw)
#include "[llvm/ADT/ArrayRef.h](ArrayRef%5F8h%5Fsource.html)"#include "[llvm/ADT/StringRef.h](StringRef%5F8h%5Fsource.html)"#include "[llvm/Support/Compiler.h](Compiler%5F8h%5Fsource.html)"#include <cstdint>#include <memory>#include "llvm/BinaryFormat/Dwarf.def"
Go to the source code of this file.
| Namespaces | |
|---|---|
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. |
| Macros | |
|---|---|
| #define | HANDLE_DW_SECT(ID, NAME) |
| #define | STRINGIZE(X) |
| #define | HANDLE_DW_SECT(ID, NAME) |
| Functions | |
|---|---|
| const char * | llvm::toString (DWARFSectionKind Kind) |
| LLVM_ABI uint32_t | llvm::serializeSectionKind (DWARFSectionKind Kind, unsigned IndexVersion) |
| Convert the internal value for a section kind to an on-disk value. | |
| LLVM_ABI DWARFSectionKind | llvm::deserializeSectionKind (uint32_t Value, unsigned IndexVersion) |
| Convert a value read from an index section to the internal representation. |
◆ HANDLE_DW_SECT [1/2]
| #define HANDLE_DW_SECT | ( | ID, |
|---|---|---|
| NAME ) |
◆ HANDLE_DW_SECT [2/2]
| #define HANDLE_DW_SECT | ( | ID, |
|---|---|---|
| NAME ) |
Value:
case DW_SECT_##NAME: \
return "DW_SECT_" STRINGIZE(NAME);
Definition at line 61 of file DWARFUnitIndex.h.