/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAbbrev.cpp | 71 DWARFDebugAbbrev::DWARFDebugAbbrev() { clear(); } in DWARFDebugAbbrev() function in DWARFDebugAbbrev 73 void DWARFDebugAbbrev::clear() { in clear() 78 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() 83 void DWARFDebugAbbrev::parse() const { in parse() 100 void DWARFDebugAbbrev::dump(raw_ostream &OS) const { in dump() 115 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet()
|
D | CMakeLists.txt | 8 DWARFDebugAbbrev.cpp
|
D | DWARFContext.cpp | 667 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() 673 Abbrev.reset(new DWARFDebugAbbrev()); in getDebugAbbrev() 678 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() 683 AbbrevDWO.reset(new DWARFDebugAbbrev()); in getDebugAbbrevDWO()
|
D | DWARFUnit.cpp | 53 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFUnit()
|
D | DWARFVerifier.cpp | 214 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection()
|
/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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFTypeUnit.h | 22 class DWARFDebugAbbrev; variable 30 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFTypeUnit()
|
D | DWARFContext.h | 65 std::unique_ptr<DWARFDebugAbbrev> Abbrev; 80 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO; 226 const DWARFDebugAbbrev *getDebugAbbrev(); 232 const DWARFDebugAbbrev *getDebugAbbrevDWO();
|
D | DWARFDebugAbbrev.h | 55 class DWARFDebugAbbrev { 64 DWARFDebugAbbrev();
|
D | DWARFUnit.h | 41 class DWARFDebugAbbrev; variable 122 const DWARFDebugAbbrev *DA, const DWARFSection *RS, 182 const DWARFSection &Section, const DWARFDebugAbbrev *DA, in parseImpl() 261 const DWARFDebugAbbrev *Abbrev; 325 const DWARFDebugAbbrev *DA, const DWARFSection *RS, StringRef SS,
|
D | DWARFVerifier.h | 30 class DWARFDebugAbbrev; variable 114 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
D | DWARFCompileUnit.h | 22 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFCompileUnit()
|