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

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp1 //===-- DWARFUnit.cpp -----------------------------------------------------===//
10 #include "llvm/DebugInfo/DWARF/DWARFUnit.h"
35 DWARFUnit::DWARFUnit(DWARFContext &DC, const DWARFSection &Section, function in class:llvm::DWARFUnit
52 DWARFUnit::~DWARFUnit() {
55 bool DWARFUnit::getAddrOffsetSectionItem(uint32_t Index,
65 bool DWARFUnit::getStringOffsetSectionItem(uint32_t Index,
77 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) {
105 bool DWARFUnit
[all...]
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h1 //===-- DWARFUnit.h ---------------------------------------------*- C++ -*-===//
30 class DWARFUnit;
40 virtual DWARFUnit *getUnitForOffset(uint32_t Offset) const = 0;
103 class DWARFUnit { class in namespace:llvm
105 // Section containing this DWARFUnit.
132 DWARFUnit *DWOU;
135 DWARFUnit *getUnit() const { return DWOU; }
147 DWARFUnit(DWARFContext &Context, const DWARFSection &Section,
153 virtual ~DWARFUnit();

Completed in 97 milliseconds