|
LLVM
3.7.0
|
#include "ByteStreamer.h"#include "DIEHash.h"#include "DwarfDebug.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringRef.h"#include "llvm/CodeGen/AsmPrinter.h"#include "llvm/CodeGen/DIE.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Dwarf.h"#include "llvm/Support/Endian.h"#include "llvm/Support/MD5.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "dwarfdebug" |
| #define | COLLECT_ATTR(NAME) |
| #define | ADD_ATTR(ATTR) |
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 COLLECT_ATTR | ( | NAME | ) |
| #define DEBUG_TYPE "dwarfdebug" |
Definition at line 29 of file DIEHash.cpp.
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::DIE::values().
Referenced by llvm::DIEHash::computeDIEODRSignature().
1.8.6