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

References

lib/ObjectYAML/ELFYAML.cpp
 1099   commonSectionMapping(IO, Section);
 1100   IO.mapOptional("Version", Section.Version, Hex16(0));
 1101   IO.mapRequired("ISA", Section.ISALevel);
 1102   IO.mapOptional("ISARevision", Section.ISARevision, Hex8(0));
 1103   IO.mapOptional("ISAExtension", Section.ISAExtension,
 1105   IO.mapOptional("ASEs", Section.ASEs, ELFYAML::MIPS_AFL_ASE(0));
 1106   IO.mapOptional("FpABI", Section.FpABI,
 1108   IO.mapOptional("GPRSize", Section.GPRSize,
 1110   IO.mapOptional("CPR1Size", Section.CPR1Size,
 1112   IO.mapOptional("CPR2Size", Section.CPR2Size,
 1114   IO.mapOptional("Flags1", Section.Flags1, ELFYAML::MIPS_AFL_FLAGS1(0));
 1115   IO.mapOptional("Flags2", Section.Flags2, Hex32(0));