Thanks to Paul Robinson for the suggestion.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308913
91177308-0d34-0410-b5e6-
96231b3b80d8
StringRef Data;
};
-struct DWARFSectionMap final : public DWARFSection {
- RelocAddrMap Relocs;
-};
-
} // end namespace llvm
#endif // LLVM_DEBUGINFO_DWARF_DWARFSECTION_H
return ErrorPolicy::Continue;
}
+namespace {
+struct DWARFSectionMap final : public DWARFSection {
+ RelocAddrMap Relocs;
+};
+} // namespace
+
class DWARFObjInMemory final : public DWARFObject {
bool IsLittleEndian;
uint8_t AddressSize;