Searched refs:DWARFDebugAbbrev (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.cpp | 67 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()
|
D | CMakeLists.txt | 6 DWARFDebugAbbrev.cpp
|
D | DWARFContext.cpp | 85 if (const DWARFDebugAbbrev *D = getDebugAbbrevDWO()) { in dump() 298 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() 304 Abbrev.reset(new DWARFDebugAbbrev()); in getDebugAbbrev() 309 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() 314 AbbrevDWO.reset(new DWARFDebugAbbrev()); in getDebugAbbrevDWO()
|
D | DWARFUnit.cpp | 36 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFUnit()
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugAbbrev.cpp | 58 DWARFDebugAbbrev::DWARFDebugAbbrev() : in DWARFDebugAbbrev() function in DWARFDebugAbbrev 63 void DWARFDebugAbbrev::parse(DataExtractor data) { in parse() 78 void DWARFDebugAbbrev::dump(raw_ostream &OS) const { in dump() 92 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t cu_abbr_offset) const { in getAbbreviationDeclarationSet()
|
D | DWARFDebugAbbrev.h | 50 class DWARFDebugAbbrev { 64 DWARFDebugAbbrev();
|
D | DWARFContext.h | 30 OwningPtr<DWARFDebugAbbrev> Abbrev; 60 const DWARFDebugAbbrev *getDebugAbbrev();
|
D | DWARFContext.cpp | 57 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() 63 Abbrev.reset(new DWARFDebugAbbrev()); in getDebugAbbrev()
|
D | DWARFCompileUnit.cpp | 31 const DWARFDebugAbbrev *abbr = Context.getDebugAbbrev(); in extract()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnit.h | 29 class DWARFDebugAbbrev; variable 48 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, 82 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in parseImpl() 108 const DWARFDebugAbbrev *Abbrev; 148 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
|
D | DWARFDebugAbbrev.h | 40 class DWARFDebugAbbrev { 48 DWARFDebugAbbrev();
|
D | DWARFContext.h | 45 std::unique_ptr<DWARFDebugAbbrev> Abbrev; 55 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO; 155 const DWARFDebugAbbrev *getDebugAbbrev(); 161 const DWARFDebugAbbrev *getDebugAbbrevDWO();
|
D | DWARFCompileUnit.h | 20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, in DWARFTypeUnit()
|