HomeSort by relevance Sort by last modified time
    Searched defs:DWARFUnit (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFUnit.cpp 1 //===-- DWARFUnit.cpp -----------------------------------------------------===//
10 #include "DWARFUnit.h"
20 DWARFUnit::DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS,
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::extract(DataExtractor debug_info, uint32_t *offset_ptr)
    [all...]
DWARFUnit.h 1 //===-- DWARFUnit.h ---------------------------------------------*- C++ -*-===//
29 class DWARFUnit {
53 DWARFUnit *DWOU;
56 DWARFUnit *getUnit() const { return DWOU; }
66 DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS,
70 virtual ~DWARFUnit();

Completed in 1000 milliseconds