We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d9497 commit 4c03207Copy full SHA for 4c03207
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
@@ -247,6 +247,7 @@ DWARFContext::DWARFContextState::parseMacroOrMacinfo(MacroSecType SectionType) {
247
return Macro;
248
}
249
250
+namespace {
251
class ThreadUnsafeDWARFContextState : public DWARFContext::DWARFContextState {
252
253
DWARFUnitVector NormalUnits;
@@ -740,8 +741,7 @@ class ThreadSafeState : public ThreadUnsafeDWARFContextState {
740
741
return ThreadUnsafeDWARFContextState::getTypeUnitMap(IsDWO);
742
743
};
-
744
+} // namespace
745
746
DWARFContext::DWARFContext(std::unique_ptr<const DWARFObject> DObj,
747
std::string DWPName,
0 commit comments