Searched refs:DWARFDebugAbbrev (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/clang/libllvmdebuginfo/
H A DMakefile12 DWARFDebugAbbrev.cpp \
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugAbbrev.cpp1 //===-- DWARFDebugAbbrev.cpp ----------------------------------------------===//
10 #include "DWARFDebugAbbrev.h"
58 DWARFDebugAbbrev::DWARFDebugAbbrev() : function in class:DWARFDebugAbbrev
63 void DWARFDebugAbbrev::parse(DataExtractor data) {
78 void DWARFDebugAbbrev::dump(raw_ostream &OS) const {
92 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t cu_abbr_offset) const {
H A DDWARFCompileUnit.h19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS,
H A DDWARFDebugAbbrev.h1 //===-- DWARFDebugAbbrev.h --------------------------------------*- C++ -*-===//
50 class DWARFDebugAbbrev { class in namespace:llvm
64 DWARFDebugAbbrev();
H A DDWARFTypeUnit.h22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS,
H A DDWARFUnit.h14 #include "DWARFDebugAbbrev.h"
26 class DWARFDebugAbbrev;
31 const DWARFDebugAbbrev *Abbrev;
67 DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS,
H A DDWARFContext.h33 OwningPtr<DWARFDebugAbbrev> Abbrev;
40 OwningPtr<DWARFDebugAbbrev> AbbrevDWO;
113 const DWARFDebugAbbrev *getDebugAbbrev();
119 const DWARFDebugAbbrev *getDebugAbbrevDWO();
H A DDWARFContext.cpp158 const DWARFDebugAbbrev *D = getDebugAbbrevDWO();
197 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() {
203 Abbrev.reset(new DWARFDebugAbbrev());
208 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() {
213 AbbrevDWO.reset(new DWARFDebugAbbrev());
H A DDWARFUnit.cpp20 DWARFUnit::DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS,

Completed in 163 milliseconds