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

/freebsd-10-stable/lib/clang/libllvmdebuginfo/
H A DMakefile12 DWARFDebugAbbrev.cpp \
/freebsd-10-stable/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,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp1 //===-- DWARFDebugAbbrev.cpp ------------------------------------*- C++ -*-===//
10 #include "DWARFDebugAbbrev.h"
132 // DWARFDebugAbbrev constructor
134 DWARFDebugAbbrev::DWARFDebugAbbrev() : function in class:DWARFDebugAbbrev
142 // DWARFDebugAbbrev::Parse()
145 DWARFDebugAbbrev::Parse(const DWARFDataExtractor& data)
163 // DWARFDebugAbbrev::Dump()
166 DWARFDebugAbbrev::Dump(Stream *s) const
184 // DWARFDebugAbbrev
[all...]
H A DDWARFDebugAbbrev.h1 //===-- DWARFDebugAbbrev.h --------------------------------------*- C++ -*-===//
62 class DWARFDebugAbbrev class
65 DWARFDebugAbbrev();
H A DSymbolFileDWARF.h51 class DWARFDebugAbbrev;
216 DWARFDebugAbbrev* DebugAbbrev();
217 const DWARFDebugAbbrev* DebugAbbrev() const;
584 std::unique_ptr<DWARFDebugAbbrev> m_abbr;
H A DDWARFCompileUnit.cpp21 #include "DWARFDebugAbbrev.h"
81 const DWARFDebugAbbrev *abbr = m_dwarf2Data->DebugAbbrev();
H A DSymbolFileDWARF.cpp53 #include "DWARFDebugAbbrev.h"
804 DWARFDebugAbbrev*
812 m_abbr.reset(new DWARFDebugAbbrev());
820 const DWARFDebugAbbrev*
/freebsd-10-stable/lib/clang/liblldbPluginSymbolFileDWARF/
H A DMakefile11 DWARFDebugAbbrev.cpp \

Completed in 87 milliseconds