/llvm-project/clang-tools-extra/clangd/ |
H A D | RIFF.cpp | 68 size_t DataLen = 4; // Predict length of RIFF chunk data. in operator <<() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 92 unsigned DataLen = endian::readNext<uint16_t, llvm::endianness::little>(d); in ReadKeyDataLength() local 108 unsigned DataLen) { in ReadData() argument 509 ReadData(const internal_key_type & k,const unsigned char * d,unsigned DataLen) ReadData() argument 734 unsigned DataLen = Data.size() * 4; EmitKeyDataLength() local 745 EmitData(raw_ostream & Out,key_type_ref Key,data_type_ref Data,unsigned DataLen) EmitData() argument [all...] |
H A D | ASTWriter.cpp | 1942 emitULEBKeyDataLength(unsigned KeyLen,unsigned DataLen,raw_ostream & Out) emitULEBKeyDataLength() argument 2001 unsigned DataLen = 1 + sizeof(IdentifierID) + 4; EmitKeyDataLength() local 2022 EmitData(raw_ostream & Out,key_type_ref key,data_type_ref Data,unsigned DataLen) EmitData() argument 3471 unsigned DataLen = 4 + 2 + 2; // 2 bytes for each of the method counts EmitKeyDataLength() local 3500 EmitData(raw_ostream & Out,key_type_ref,data_type_ref Methods,unsigned DataLen) EmitData() argument 3816 unsigned DataLen = sizeof(IdentifierID); // bytes for the persistent ID << 1 EmitKeyDataLength() local 4069 unsigned DataLen = sizeof(DeclID) * (Lookup.second - Lookup.first); EmitKeyDataLength() local 4106 EmitData(raw_ostream & Out,key_type_ref,data_type Lookup,unsigned DataLen) EmitData() argument [all...] |
H A D | ASTReader.cpp | 894 unsigned DataLen = readULEB(P); readULEBKeyDataLength() local 973 ReadData(Selector,const unsigned char * d,unsigned DataLen) ReadData() argument 1065 ReadData(const internal_key_type & k,const unsigned char * d,unsigned DataLen) ReadData() argument 1257 ReadDataInto(internal_key_type,const unsigned char * d,unsigned DataLen,data_type_builder & Val) ReadDataInto() argument 2082 ReadData(internal_key_ref key,const unsigned char * d,unsigned DataLen) ReadData() argument [all...] |
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilPosix.cpp | 173 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, in SearchMemory()
|
H A D | FuzzerUtilWindows.cpp | 190 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, in SearchMemory() argument
|
H A D | FuzzerUtilFuchsia.cpp | 587 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, in SearchMemory() argument
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 546 offset_type DataLen = ReadKeyDataLength() local 693 offset_type DataLen = ReadKeyDataLength() local 774 offset_type DataLen = ReadKeyDataLength() local
|
H A D | InstrProfReader.h | 512 offset_type DataLen = ReadKeyDataLength() local
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 329 size_t DataLen = checkedGetHex<uint8_t>(Line.substr(1, 2)); parse() local
|