Home
last modified time | relevance | path

Searched refs:readAttributes (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DClassFile.h47 void readAttributes (int count);
H A DClassFile.cc1288 ClassFile::readAttributes (int count) in readAttributes() function in ClassFile
1353 readAttributes (input->readUnsignedShort ()); in readAttributes()
1449 readAttributes (attributes_count); in readFile()
1509 readAttributes (attributes_count); in readFile()
1516 readAttributes (global_attributes_count); in readFile()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DClassFile.h47 void readAttributes (int count);
H A DClassFile.cc1288 ClassFile::readAttributes (int count) in readAttributes() function in ClassFile
1353 readAttributes (input->readUnsignedShort ()); in readAttributes()
1449 readAttributes (attributes_count); in readFile()
1509 readAttributes (attributes_count); in readFile()
1516 readAttributes (global_attributes_count); in readFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordReader.h327 void readAttributes(AttrVec &Attrs);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp592 Record.readAttributes(Attrs); in VisitDecl()
2801 void ASTRecordReader::readAttributes(AttrVec &Attrs) { in readAttributes() function in ASTRecordReader
4598 Record.readAttributes(Attrs); in UpdateDecl()
4704 Record.readAttributes(Attrs); in UpdateDecl()
H A DASTReaderStmt.cpp204 Record.readAttributes(Attrs); in VisitAttributedStmt()