LLVM  3.7.0
Functions
DWARFDebugInfoEntry.cpp File Reference
#include "SyntaxHighlighting.h"
#include "llvm/DebugInfo/DWARF/DWARFCompileUnit.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h"
#include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for DWARFDebugInfoEntry.cpp:

Go to the source code of this file.

Functions

static const DWARFUnitfindUnitAndExtractFast (DWARFDebugInfoEntryMinimal &DIE, const DWARFUnit *Unit, uint32_t *Offset)
 
static void dumpApplePropertyAttribute (raw_ostream &OS, uint64_t Val)
 
static void dumpRanges (raw_ostream &OS, const DWARFAddressRangesVector &Ranges, unsigned AddressSize, unsigned Indent)
 

Function Documentation

static void dumpApplePropertyAttribute ( raw_ostream OS,
uint64_t  Val 
)
static
static void dumpRanges ( raw_ostream OS,
const DWARFAddressRangesVector Ranges,
unsigned  AddressSize,
unsigned  Indent 
)
static
static const DWARFUnit* findUnitAndExtractFast ( DWARFDebugInfoEntryMinimal DIE,
const DWARFUnit Unit,
uint32_t *  Offset 
)
static