reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/DebugInfo/DWARF/DWARFContext.cpp
 1513       if (auto NameOrErr = Section.getName())
 1522       if (Section.isBSS() || Section.isVirtual())
 1522       if (Section.isBSS() || Section.isVirtual())
 1526       if (Section.isStripped())
 1530       Expected<section_iterator> SecOrErr = Section.getRelocatedSection();
 1544         Expected<StringRef> E = Section.getContents();
 1552       if (auto Err = maybeDecompress(Section, Name, Data)) {
 1578         InfoSections[Section].Data = Data;
 1580         InfoDWOSections[Section].Data = Data;
 1582         TypesSections[Section].Data = Data;
 1584         TypesDWOSections[Section].Data = Data;
 1640       if (Section.relocation_begin() == Section.relocation_end())
 1640       if (Section.relocation_begin() == Section.relocation_end())
 1648       for (const RelocationRef &Reloc : Section.relocations()) {