Home
last modified time | relevance | path

Searched defs:DataLen (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DRIFF.cpp68 size_t DataLen = 4; // Predict length of RIFF chunk data. in operator <<() local
/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp92 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 DASTWriter.cpp1942 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 DASTReader.cpp894 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 DFuzzerUtilPosix.cpp173 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, in SearchMemory()
H A DFuzzerUtilWindows.cpp190 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, in SearchMemory() argument
H A DFuzzerUtilFuchsia.cpp587 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, in SearchMemory() argument
/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h546 offset_type DataLen = ReadKeyDataLength() local
693 offset_type DataLen = ReadKeyDataLength() local
774 offset_type DataLen = ReadKeyDataLength() local
H A DInstrProfReader.h512 offset_type DataLen = ReadKeyDataLength() local
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp329 size_t DataLen = checkedGetHex<uint8_t>(Line.substr(1, 2)); parse() local