Lines Matching refs:DWARFSection
26 DWARFSection Dummy;
36 forEachInfoSections(function_ref<void(const DWARFSection &)> F) const {} in forEachInfoSections()
38 forEachTypesSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesSections()
40 virtual const DWARFSection &getLocSection() const { return Dummy; } in getLocSection()
41 virtual const DWARFSection &getLoclistsSection() const { return Dummy; } in getLoclistsSection()
43 virtual const DWARFSection &getFrameSection() const { return Dummy; } in getFrameSection()
44 virtual const DWARFSection &getEHFrameSection() const { return Dummy; } in getEHFrameSection()
45 virtual const DWARFSection &getLineSection() const { return Dummy; } in getLineSection()
48 virtual const DWARFSection &getRangesSection() const { return Dummy; } in getRangesSection()
49 virtual const DWARFSection &getRnglistsSection() const { return Dummy; } in getRnglistsSection()
50 virtual const DWARFSection &getMacroSection() const { return Dummy; } in getMacroSection()
54 virtual const DWARFSection &getPubnamesSection() const { return Dummy; } in getPubnamesSection()
55 virtual const DWARFSection &getPubtypesSection() const { return Dummy; } in getPubtypesSection()
56 virtual const DWARFSection &getGnuPubnamesSection() const { return Dummy; } in getGnuPubnamesSection()
57 virtual const DWARFSection &getGnuPubtypesSection() const { return Dummy; } in getGnuPubtypesSection()
58 virtual const DWARFSection &getStrOffsetsSection() const { return Dummy; } in getStrOffsetsSection()
60 forEachInfoDWOSections(function_ref<void(const DWARFSection &)> F) const {} in forEachInfoDWOSections()
62 forEachTypesDWOSections(function_ref<void(const DWARFSection &)> F) const {} in forEachTypesDWOSections()
64 virtual const DWARFSection &getLineDWOSection() const { return Dummy; } in getLineDWOSection()
65 virtual const DWARFSection &getLocDWOSection() const { return Dummy; } in getLocDWOSection()
66 virtual const DWARFSection &getLoclistsDWOSection() const { return Dummy; } in getLoclistsDWOSection()
68 virtual const DWARFSection &getStrOffsetsDWOSection() const { in getStrOffsetsDWOSection()
71 virtual const DWARFSection &getRangesDWOSection() const { return Dummy; } in getRangesDWOSection()
72 virtual const DWARFSection &getRnglistsDWOSection() const { return Dummy; } in getRnglistsDWOSection()
73 virtual const DWARFSection &getAddrSection() const { return Dummy; } in getAddrSection()
74 virtual const DWARFSection &getAppleNamesSection() const { return Dummy; } in getAppleNamesSection()
75 virtual const DWARFSection &getAppleTypesSection() const { return Dummy; } in getAppleTypesSection()
76 virtual const DWARFSection &getAppleNamespacesSection() const { in getAppleNamespacesSection()
79 virtual const DWARFSection &getNamesSection() const { return Dummy; } in getNamesSection()
80 virtual const DWARFSection &getAppleObjCSection() const { return Dummy; } in getAppleObjCSection()
84 virtual Optional<RelocAddrEntry> find(const DWARFSection &Sec,