LLVM API Documentation
#include "DIEHash.h"
#include "DIE.h"
#include "DwarfCompileUnit.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.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 ADD_ATTR | ( | ATTR | ) |
#define COLLECT_ATTR | ( | NAME | ) |
#define DEBUG_TYPE "dwarfdebug" |
Definition at line 14 of file DIEHash.cpp.
Grabs the string in whichever attribute is passed in and returns a reference to it.
Definition at line 32 of file DIEHash.cpp.
References llvm::DIE::getAbbrev(), llvm::DIEAbbrev::getData(), llvm::DIEString::getString(), llvm::DIE::getValues(), and llvm::SmallVectorTemplateCommon< T >::size().
Referenced by llvm::DIEHash::computeDIEODRSignature().