Searched refs:DataLen (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReaderInternals.h | 79 unsigned DataLen); 136 unsigned DataLen); 181 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen); 228 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
|
| D | GlobalModuleIndex.cpp | 87 unsigned DataLen = ReadUnalignedLE16(d); in ReadKeyDataLength() local 88 return std::make_pair(KeyLen, DataLen); in ReadKeyDataLength() 103 unsigned DataLen) { in ReadData() argument 107 while (DataLen > 0) { in ReadData() 110 DataLen -= 4; in ReadData() 458 unsigned DataLen) { in ReadData() argument 634 unsigned DataLen = Data.size() * 4; in EmitKeyDataLength() local 636 clang::io::Emit16(Out, DataLen); in EmitKeyDataLength() 637 return std::make_pair(KeyLen, DataLen); in EmitKeyDataLength() 645 unsigned DataLen) { in EmitData() argument
|
| D | ASTWriter.cpp | 1486 unsigned DataLen = 1 + 2 + 4 + 4; in EmitKeyDataLength() local 1488 DataLen += 4; in EmitKeyDataLength() 1489 clang::io::Emit8(Out, DataLen); in EmitKeyDataLength() 1490 return std::make_pair(KeyLen, DataLen); in EmitKeyDataLength() 1502 data_type_ref Data, unsigned DataLen) { in EmitData() argument 1542 assert(Out.tell() - Start == DataLen && "Wrong data length"); in EmitData() 1849 unsigned DataLen = 4; // MacroDirectivesOffset. in EmitKeyDataLength() local 1850 return std::make_pair(KeyLen, DataLen); in EmitKeyDataLength() 2733 unsigned DataLen = 4 + 2 + 2; // 2 bytes for each of the method counts in EmitKeyDataLength() local 2737 DataLen += 4; in EmitKeyDataLength() [all …]
|
| D | ASTReader.cpp | 406 unsigned DataLen = ReadUnalignedLE16(d); in ReadKeyDataLength() local 407 return std::make_pair(KeyLen, DataLen); in ReadKeyDataLength() 432 unsigned DataLen) { in ReadData() argument 469 unsigned DataLen = ReadUnalignedLE16(d); in ReadKeyDataLength() local 471 return std::make_pair(KeyLen, DataLen); in ReadKeyDataLength() 492 unsigned DataLen) { in ReadData() argument 536 DataLen -= 8; in ReadData() 571 DataLen -= 4; in ReadData() 575 DataLen -= 4; in ReadData() 578 DataLen -= 4; in ReadData() [all …]
|