Searched defs:DWARFUnit (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFUnit.cpp1 //===-- DWARFUnit.cpp -----------------------------------------------------===//
10 #include "DWARFUnit.h"
20 DWARFUnit::DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, function in class:DWARFUnit
29 DWARFUnit::~DWARFUnit() {
32 bool DWARFUnit::getAddrOffsetSectionItem(uint32_t Index,
42 bool DWARFUnit::getStringOffsetSectionItem(uint32_t Index,
54 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) {
74 bool DWARFUnit
[all...]
H A DDWARFUnit.h1 //===-- DWARFUnit.h ---------------------------------------------*- C++ -*-===//
29 class DWARFUnit { class in namespace:llvm
53 DWARFUnit *DWOU;
56 DWARFUnit *getUnit() const { return DWOU; }
66 DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS,
70 virtual ~DWARFUnit();

Completed in 314 milliseconds