OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DWARFUnit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp
1
//===--
DWARFUnit
.cpp -----------------------------------------------------===//
10
#include "llvm/DebugInfo/DWARF/
DWARFUnit
.h"
34
DWARFUnit
::
DWARFUnit
(DWARFContext &DC, const DWARFSection &Section,
51
DWARFUnit
::~
DWARFUnit
() {
54
bool
DWARFUnit
::getAddrOffsetSectionItem(uint32_t Index,
64
bool
DWARFUnit
::getStringOffsetSectionItem(uint32_t Index,
76
bool
DWARFUnit
::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) {
104
bool
DWARFUnit
::extract(DataExtractor debug_info, uint32_t *offset_ptr)
[
all
...]
/external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h
1
//===--
DWARFUnit
.h ---------------------------------------------*- C++ -*-===//
30
class
DWARFUnit
;
40
virtual
DWARFUnit
*getUnitForOffset(uint32_t Offset) const = 0;
106
class
DWARFUnit
{
108
// Section containing this
DWARFUnit
.
134
DWARFUnit
*DWOU;
137
DWARFUnit
*getUnit() const { return DWOU; }
149
DWARFUnit
(DWARFContext &Context, const DWARFSection &Section,
155
virtual ~
DWARFUnit
();
Completed in 451 milliseconds