Searched refs:AuxHdr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | XCOFFYAML.cpp | 203 IO &IO, XCOFFYAML::AuxiliaryHeader &AuxHdr) { in mapping() argument 204 IO.mapOptional("Magic", AuxHdr.Magic); in mapping() 205 IO.mapOptional("Version", AuxHdr.Version); in mapping() 206 IO.mapOptional("TextStartAddr", AuxHdr.TextStartAddr); in mapping() 207 IO.mapOptional("DataStartAddr", AuxHdr.DataStartAddr); in mapping() 208 IO.mapOptional("TOCAnchorAddr", AuxHdr.TOCAnchorAddr); in mapping() 209 IO.mapOptional("TextSectionSize", AuxHdr.TextSize); in mapping() 210 IO.mapOptional("DataSectionSize", AuxHdr.InitDataSize); in mapping() 211 IO.mapOptional("BssSectionSize", AuxHdr.BssDataSize); in mapping() 212 IO.mapOptional("SecNumOfEntryPoint", AuxHdr.SecNumOfEntryPoint); in mapping() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | XCOFFYAML.h | 265 static void mapping(IO &IO, XCOFFYAML::AuxiliaryHeader &AuxHdr); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|