Home
last modified time | relevance | path

Searched refs:DWARFDebugAbbrev (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/DebugInfo/
DDWARFDebugAbbrev.cpp67 DWARFDebugAbbrev::DWARFDebugAbbrev() { in DWARFDebugAbbrev() function in DWARFDebugAbbrev
71 void DWARFDebugAbbrev::clear() { in clear()
76 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract()
89 void DWARFDebugAbbrev::dump(raw_ostream &OS) const { in dump()
102 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet()
DDWARFDebugAbbrev.h41 class DWARFDebugAbbrev {
49 DWARFDebugAbbrev();
DDWARFUnit.h25 class DWARFDebugAbbrev; variable
30 const DWARFDebugAbbrev *Abbrev;
66 DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS,
DDWARFContext.h36 std::unique_ptr<DWARFDebugAbbrev> Abbrev;
44 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO;
144 const DWARFDebugAbbrev *getDebugAbbrev();
150 const DWARFDebugAbbrev *getDebugAbbrevDWO();
DCMakeLists.txt6 DWARFDebugAbbrev.cpp
DDWARFCompileUnit.h19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, in DWARFCompileUnit()
DDWARFTypeUnit.h22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, in DWARFTypeUnit()
DAndroid.mk8 DWARFDebugAbbrev.cpp \
DDWARFContext.cpp69 if (const DWARFDebugAbbrev *D = getDebugAbbrevDWO()) { in dump()
221 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev()
227 Abbrev.reset(new DWARFDebugAbbrev()); in getDebugAbbrev()
232 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO()
237 AbbrevDWO.reset(new DWARFDebugAbbrev()); in getDebugAbbrevDWO()
DDWARFUnit.cpp20 DWARFUnit::DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef RS, in DWARFUnit()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugAbbrev.cpp134 DWARFDebugAbbrev::DWARFDebugAbbrev() : in DWARFDebugAbbrev() function in DWARFDebugAbbrev
145 DWARFDebugAbbrev::Parse(const DataExtractor& data) in Parse()
166 DWARFDebugAbbrev::Dump(Stream *s) const in Dump()
187 DWARFDebugAbbrev::GetAbbreviationDeclarationSet(dw_offset_t cu_abbr_offset) const in GetAbbreviationDeclarationSet()
DDWARFDebugAbbrev.h62 class DWARFDebugAbbrev
65 DWARFDebugAbbrev();
DCMakeLists.txt6 DWARFDebugAbbrev.cpp
DAndroid.mk16 DWARFDebugAbbrev.cpp \
DSymbolFileDWARF.h51 class DWARFDebugAbbrev; variable
216 DWARFDebugAbbrev* DebugAbbrev();
217 const DWARFDebugAbbrev* DebugAbbrev() const;
583 std::unique_ptr<DWARFDebugAbbrev> m_abbr;
DDWARFCompileUnit.cpp81 const DWARFDebugAbbrev *abbr = m_dwarf2Data->DebugAbbrev(); in Extract()
DSymbolFileDWARF.cpp804 DWARFDebugAbbrev*
812 m_abbr.reset(new DWARFDebugAbbrev()); in DebugAbbrev()
820 const DWARFDebugAbbrev*
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj308 …13353E5F00698AC0 /* DWARFDebugAbbrev.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 260C89B910…
778 …BB2B04 /* DWARFDebugAbbrev.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
779 …600BB2B04 /* DWARFDebugAbbrev.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
2013 260C89B910F57C5600BB2B04 /* DWARFDebugAbbrev.cpp */,
2014 260C89BA10F57C5600BB2B04 /* DWARFDebugAbbrev.h */,
4091 268900B913353E5F00698AC0 /* DWARFDebugAbbrev.cpp in Sources */,