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

References

lib/ObjectYAML/ELFYAML.cpp
 1386   const auto *Object = static_cast<ELFYAML::Object *>(IO.getContext());
 1389   IO.mapRequired("Offset", Rel.Offset);
 1390   IO.mapOptional("Symbol", Rel.Symbol);
 1395         IO, Rel.Type);
 1396     IO.mapRequired("Type", Key->Type);
 1397     IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE));
 1398     IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE));
 1399     IO.mapOptional("SpecSym", Key->SpecSym, ELFYAML::ELF_RSS(ELF::RSS_UNDEF));
 1401     IO.mapRequired("Type", Rel.Type);
 1403   IO.mapOptional("Addend", Rel.Addend, (int64_t)0);