| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 99 DWARFDebugAbbrev::DWARFDebugAbbrev() { clear(); } in DWARFDebugAbbrev() function in DWARFDebugAbbrev 101 void DWARFDebugAbbrev::clear() { in clear() 106 void DWARFDebugAbbrev::extract(DataExtractor Data) { in extract() 111 void DWARFDebugAbbrev::parse() const { in parse() 128 void DWARFDebugAbbrev::dump(raw_ostream &OS) const { in dump() 143 DWARFDebugAbbrev::getAbbreviationDeclarationSet(uint64_t CUAbbrOffset) const { in getAbbreviationDeclarationSet()
|
| H A D | CMakeLists.txt | 8 DWARFDebugAbbrev.cpp
|
| H A D | DWARFContext.cpp | 816 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrev() { in getDebugAbbrev() 822 Abbrev.reset(new DWARFDebugAbbrev()); in getDebugAbbrev() 827 const DWARFDebugAbbrev *DWARFContext::getDebugAbbrevDWO() { in getDebugAbbrevDWO() 832 AbbrevDWO.reset(new DWARFDebugAbbrev()); in getDebugAbbrevDWO()
|
| H A D | DWARFUnit.cpp | 67 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in addUnitsImpl() 188 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFUnit()
|
| H A D | DWARFVerifier.cpp | 302 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 100 DWARFDebugAbbrev::DWARFDebugAbbrev() in DWARFDebugAbbrev() function in DWARFDebugAbbrev 104 llvm::Error DWARFDebugAbbrev::parse(const DWARFDataExtractor &data) { in parse() 123 DWARFDebugAbbrev::GetAbbreviationDeclarationSet( in GetAbbreviationDeclarationSet() 141 void DWARFDebugAbbrev::GetUnsupportedForms( in GetUnsupportedForms()
|
| H A D | DWARFDebugAbbrev.h | 64 class DWARFDebugAbbrev { 66 DWARFDebugAbbrev();
|
| H A D | CMakeLists.txt | 21 DWARFDebugAbbrev.cpp
|
| H A D | SymbolFileDWARF.h | 45 class DWARFDebugAbbrev; variable 225 DWARFDebugAbbrev *DebugAbbrev(); 532 std::unique_ptr<DWARFDebugAbbrev> m_abbr;
|
| H A D | DWARFUnit.cpp | 953 const DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
|
| H A D | SymbolFileDWARF.cpp | 548 DWARFDebugAbbrev *abbrev = DebugAbbrev(); in CalculateAbilities() 615 DWARFDebugAbbrev *SymbolFileDWARF::DebugAbbrev() { in DebugAbbrev() 623 auto abbr = std::make_unique<DWARFDebugAbbrev>(); in DebugAbbrev()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFCompileUnit.h | 17 class DWARFDebugAbbrev; variable 25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
|
| H A D | DWARFTypeUnit.h | 20 class DWARFDebugAbbrev; variable 27 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFTypeUnit()
|
| H A D | DWARFDebugAbbrev.h | 56 class DWARFDebugAbbrev { 65 DWARFDebugAbbrev();
|
| H A D | DWARFContext.h | 34 class DWARFDebugAbbrev; variable 53 std::unique_ptr<DWARFDebugAbbrev> Abbrev; 69 std::unique_ptr<DWARFDebugAbbrev> AbbrevDWO; 282 const DWARFDebugAbbrev *getDebugAbbrev(); 288 const DWARFDebugAbbrev *getDebugAbbrevDWO();
|
| H A D | DWARFVerifier.h | 30 class DWARFDebugAbbrev; variable 105 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
|
| H A D | DWARFUnit.h | 39 class DWARFDebugAbbrev; variable 174 const DWARFSection &Section, const DWARFDebugAbbrev *DA, 213 const DWARFDebugAbbrev *Abbrev; 279 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA,
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/DebugInfo/DWARF/ |
| H A D | BUILD.gn | 16 "DWARFDebugAbbrev.cpp",
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | BUILD.gn | 54 "DWARFDebugAbbrev.cpp",
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 220 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev(); in dumpDebugInfo()
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 4529 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
|