Home
last modified time | relevance | path

Searched refs:ASD (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Object/
DCOFFYAML.cpp447 IO &IO, COFF::AuxiliarySectionDefinition &ASD) { in mapping() argument
449 IO, ASD.Selection); in mapping()
451 IO.mapRequired("Length", ASD.Length); in mapping()
452 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
453 IO.mapRequired("NumberOfLinenumbers", ASD.NumberOfLinenumbers); in mapping()
454 IO.mapRequired("CheckSum", ASD.CheckSum); in mapping()
455 IO.mapRequired("Number", ASD.Number); in mapping()
/external/llvm/include/llvm/Object/
DCOFFYAML.h198 static void mapping(IO &IO, COFF::AuxiliarySectionDefinition &ASD); in LLVM_YAML_IS_SEQUENCE_VECTOR()