|
LLVM
3.7.0
|
#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"Go to the source code of this file.
Functions | |
| static const DWARFUnit * | findUnitAndExtractFast (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) |
|
static |
Definition at line 80 of file DWARFDebugInfoEntry.cpp.
References llvm::dwarf::ApplePropertyString(), llvm::tgtok::Bit, llvm::countTrailingZeros(), and llvm::format().
Referenced by llvm::DWARFDebugInfoEntryMinimal::dumpAttribute().
|
static |
Definition at line 97 of file DWARFDebugInfoEntry.cpp.
References llvm::format(), and llvm::raw_ostream::indent().
Referenced by llvm::DWARFDebugInfoEntryMinimal::dumpAttribute().
|
static |
Definition at line 29 of file DWARFDebugInfoEntry.cpp.
References llvm::DWARFDebugInfoEntryMinimal::extractFast(), llvm::DWARFUnitSectionBase::getUnitForOffset(), and llvm::DWARFUnit::getUnitSection().
Referenced by llvm::DWARFDebugInfoEntryMinimal::dumpAttribute(), and llvm::DWARFDebugInfoEntryMinimal::getName().
1.8.6