|
LLVM 22.0.0git
|
#include "DIEHash.h"#include "ByteStreamer.h"#include "DwarfCompileUnit.h"#include "DwarfDebug.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringRef.h"#include "llvm/BinaryFormat/Dwarf.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"#include "DIEHashAttributes.def"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "dwarfdebug" |
| #define | HANDLE_DIE_HASH_ATTR(NAME) |
| #define | HANDLE_DIE_HASH_ATTR(NAME) |
Functions | |
| static StringRef | getDIEStringAttr (const DIE &Die, uint16_t Attr) |
| Grabs the string in whichever attribute is passed in and returns a reference to it. | |
| #define DEBUG_TYPE "dwarfdebug" |
Definition at line 26 of file DIEHash.cpp.
| #define HANDLE_DIE_HASH_ATTR | ( | NAME | ) |
| #define HANDLE_DIE_HASH_ATTR | ( | NAME | ) |
Grabs the string in whichever attribute is passed in and returns a reference to it.
Definition at line 30 of file DIEHash.cpp.
References llvm::DIEValueList::values().