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

References

lib/ObjectYAML/ELFYAML.cpp
 1407   assert(!IO.getContext() && "The IO context is initialized already");
 1408   IO.setContext(&Object);
 1409   IO.mapTag("!ELF", true);
 1410   IO.mapRequired("FileHeader", Object.Header);
 1411   IO.mapOptional("ProgramHeaders", Object.ProgramHeaders);
 1412   IO.mapOptional("Sections", Object.Sections);
 1413   IO.mapOptional("Symbols", Object.Symbols);
 1414   IO.mapOptional("DynamicSymbols", Object.DynamicSymbols);
 1415   IO.setContext(nullptr);