Searched refs:ASD (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp523 IO &IO, COFF::AuxiliarySectionDefinition &ASD) {
525 IO, ASD.Selection);
527 IO.mapRequired("Length", ASD.Length);
528 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations);
529 IO.mapRequired("NumberOfLinenumbers", ASD.NumberOfLinenumbers);
530 IO.mapRequired("CheckSum", ASD.CheckSum);
531 IO.mapRequired("Number", ASD.Number);
522 mapping( IO &IO, COFF::AuxiliarySectionDefinition &ASD) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h231 static void mapping(IO &IO, COFF::AuxiliarySectionDefinition &ASD);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h249 void VisitAccessSpecDecl(const AccessSpecDecl *ASD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp901 void JSONNodeDumper::VisitAccessSpecDecl(const AccessSpecDecl *ASD) { argument
902 JOS.attribute("access", createAccessSpecifier(ASD->getAccess()));

Completed in 47 milliseconds