Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp99 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 DCMakeLists.txt8 DWARFDebugAbbrev.cpp
H A DDWARFContext.cpp816 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 DDWARFUnit.cpp67 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in addUnitsImpl()
188 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFUnit()
H A DDWARFVerifier.cpp302 unsigned DWARFVerifier::verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev) { in verifyAbbrevSection()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp100 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 DDWARFDebugAbbrev.h64 class DWARFDebugAbbrev {
66 DWARFDebugAbbrev();
H A DCMakeLists.txt21 DWARFDebugAbbrev.cpp
H A DSymbolFileDWARF.h45 class DWARFDebugAbbrev; variable
225 DWARFDebugAbbrev *DebugAbbrev();
532 std::unique_ptr<DWARFDebugAbbrev> m_abbr;
H A DDWARFUnit.cpp953 const DWARFDebugAbbrev *abbr = dwarf.DebugAbbrev(); in extract()
H A DSymbolFileDWARF.cpp548 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 DDWARFCompileUnit.h17 class DWARFDebugAbbrev; variable
25 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFCompileUnit()
H A DDWARFTypeUnit.h20 class DWARFDebugAbbrev; variable
27 const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, in DWARFTypeUnit()
H A DDWARFDebugAbbrev.h56 class DWARFDebugAbbrev {
65 DWARFDebugAbbrev();
H A DDWARFContext.h34 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 DDWARFVerifier.h30 class DWARFDebugAbbrev; variable
105 unsigned verifyAbbrevSection(const DWARFDebugAbbrev *Abbrev);
H A DDWARFUnit.h39 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 DBUILD.gn16 "DWARFDebugAbbrev.cpp",
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolFile/DWARF/
H A DBUILD.gn54 "DWARFDebugAbbrev.cpp",
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp220 const DWARFDebugAbbrev *DebugAbbrev = DCtx.getDebugAbbrev(); in dumpDebugInfo()
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4529 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h