/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFObject.h | 27 DWARFSection Dummy; 36 virtual const DWARFSection &getInfoSection() const { return Dummy; } in getInfoSection() 38 forEachTypesSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesSections() 40 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection() 44 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection() 47 virtual const DWARFSection &getRangeSection() const { return Dummy; } in getRangeSection() 48 virtual const DWARFSection &getRnglistsSection() const { return Dummy; } in getRnglistsSection() 54 virtual const DWARFSection &getStringOffsetSection() const { return Dummy; } in getStringOffsetSection() 55 virtual const DWARFSection &getInfoDWOSection() const { return Dummy; } in getInfoDWOSection() 57 forEachTypesDWOSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesDWOSections() [all …]
|
D | DWARFUnit.h | 113 void parse(DWARFContext &C, const DWARFSection &Section); 114 void parseDWO(DWARFContext &C, const DWARFSection &DWOSection, 121 const DWARFSection &Section, 122 const DWARFDebugAbbrev *DA, const DWARFSection *RS, 123 StringRef SS, const DWARFSection &SOS, 124 const DWARFSection *AOS, const DWARFSection &LS, 182 const DWARFSection &Section, const DWARFDebugAbbrev *DA, in parseImpl() 183 const DWARFSection *RS, StringRef SS, const DWARFSection &SOS, in parseImpl() 184 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in parseImpl() 258 const DWARFSection &InfoSection; [all …]
|
D | DWARFTypeUnit.h | 23 struct DWARFSection; 28 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit() 30 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFTypeUnit() 31 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, in DWARFTypeUnit() 32 const DWARFSection &LS, bool LE, bool IsDWO, in DWARFTypeUnit()
|
D | DWARFCompileUnit.h | 20 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit() 22 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFCompileUnit() 23 StringRef SS, const DWARFSection &SOS, in DWARFCompileUnit() 24 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFCompileUnit()
|
D | DWARFVerifier.h | 32 struct DWARFSection; 233 unsigned verifyAppleAccelTable(const DWARFSection *AccelSection, 266 unsigned verifyDebugNames(const DWARFSection &AccelSection,
|
D | DWARFDataExtractor.h | 23 const DWARFSection *Section = nullptr; 28 DWARFDataExtractor(const DWARFObject &Obj, const DWARFSection &Section, in DWARFDataExtractor()
|
D | DWARFSection.h | 17 struct DWARFSection { struct
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 190 virtual const DWARFSection &getInfoSection() = 0; 191 typedef MapVector<object::SectionRef, DWARFSection, 195 virtual const DWARFSection &getLocSection() = 0; 199 virtual const DWARFSection &getLineSection() = 0; 209 virtual const DWARFSection &getInfoDWOSection() = 0; 212 virtual const DWARFSection &getLineDWOSection() = 0; 213 virtual const DWARFSection &getLocDWOSection() = 0; 218 virtual const DWARFSection& getAppleNamesSection() = 0; 219 virtual const DWARFSection& getAppleTypesSection() = 0; 220 virtual const DWARFSection& getAppleNamespacesSection() = 0; [all …]
|
D | DWARFUnit.h | 42 void parse(DWARFContext &C, const DWARFSection &Section); 43 void parseDWO(DWARFContext &C, const DWARFSection &DWOSection, 47 virtual void parseImpl(DWARFContext &Context, const DWARFSection &Section, 81 void parseImpl(DWARFContext &Context, const DWARFSection &Section, in parseImpl() 106 const DWARFSection &InfoSection; 147 DWARFUnit(DWARFContext &Context, const DWARFSection &Section,
|
D | DWARFSection.h | 18 struct DWARFSection { struct
|
D | DWARFCompileUnit.h | 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFCompileUnit()
|
D | DWARFTypeUnit.h | 22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, in DWARFTypeUnit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 138 const DWARFSection &StringOffsetsSection, StringRef StringSection, in dumpDWARFv5StringOffsetsSection() 220 const DWARFSection &StringOffsetsSection, StringRef StringSection, in dumpStringOffsetsSection() 344 DWARFSection Section, cu_iterator_range CUs) { in dump() 768 const DWARFSection &Section, StringRef StringSection, in getAccelTable() 853 DObj->forEachTypesSections([&](const DWARFSection &S) { in parseTypeUnits() 866 DObj->forEachTypesDWOSections([&](const DWARFSection &S) { in parseDWOTypeUnits() 1205 struct DWARFSectionMap final : public DWARFSection { 1286 if (DWARFSection *Sec = mapNameToDWARFSection(Name)) in mapSectionToMember() 1484 Optional<RelocAddrEntry> find(const DWARFSection &S, in find() 1501 const DWARFSection &getLineDWOSection() const override { in getLineDWOSection() [all …]
|
D | DWARFUnit.cpp | 34 void DWARFUnitSectionBase::parse(DWARFContext &C, const DWARFSection &Section) { in parse() 43 const DWARFSection &DWOSection, bool Lazy) { in parseDWO() 51 DWARFUnit::DWARFUnit(DWARFContext &DC, const DWARFSection &Section, in DWARFUnit() 53 const DWARFDebugAbbrev *DA, const DWARFSection *RS, in DWARFUnit() 54 StringRef SS, const DWARFSection &SOS, in DWARFUnit() 55 const DWARFSection *AOS, const DWARFSection &LS, bool LE, in DWARFUnit()
|
D | DWARFDie.cpp | 102 const DWARFSection &LocSection = Obj.getLocSection(); in dumpLocation() 103 const DWARFSection &LocDWOSection = Obj.getLocDWOSection(); in dumpLocation()
|
D | DWARFVerifier.cpp | 682 unsigned DWARFVerifier::verifyAppleAccelTable(const DWARFSection *AccelSection, in verifyAppleAccelTable() 1286 unsigned DWARFVerifier::verifyDebugNames(const DWARFSection &AccelSection, in verifyDebugNames()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnit.cpp | 20 void DWARFUnitSectionBase::parse(DWARFContext &C, const DWARFSection &Section) { in parse() 27 const DWARFSection &DWOSection, in parseDWO() 35 DWARFUnit::DWARFUnit(DWARFContext &DC, const DWARFSection &Section, in DWARFUnit()
|
D | DWARFContext.cpp | 67 const DWARFSection& Section, StringRef StringSection, in dumpAccelSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfStreamer.cpp | 400 const DWARFSection &InputSec = Dwarf.getDWARFObj().getLocSection(); in emitLocationsForUnit()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 845 const DWARFSection &InputSec = Dwarf.getLocSection(); in emitLocationsForUnit()
|