|
LLVM
8.0.1
|
#include "DIEHash.h"#include "ByteStreamer.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/CodeGen/DIE.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Endian.h"#include "llvm/Support/MD5.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. More... | |
| #define DEBUG_TYPE "dwarfdebug" |
Definition at line 29 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 33 of file DIEHash.cpp.
References llvm::dbgs(), LLVM_DEBUG, llvm::makeArrayRef(), llvm::MD5::update(), and llvm::DIEValueList::values().
Referenced by llvm::DIEHash::addSLEB128().
1.8.13