Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp94 unsigned DataLen = ReadKeyDataLength() local
111 ReadData(const internal_key_type & k,const unsigned char * d,unsigned DataLen) ReadData() argument
513 ReadData(const internal_key_type & k,const unsigned char * d,unsigned DataLen) ReadData() argument
738 unsigned DataLen = Data.size() * 4; EmitKeyDataLength() local
749 EmitData(raw_ostream & Out,key_type_ref Key,data_type_ref Data,unsigned DataLen) EmitData() argument
[all...]
H A DASTWriter.cpp1821 emitULEBKeyDataLength(unsigned KeyLen,unsigned DataLen,raw_ostream & Out) emitULEBKeyDataLength() argument
1871 unsigned DataLen = 1 + 4 + 4; EmitKeyDataLength() local
1892 EmitData(raw_ostream & Out,key_type_ref key,data_type_ref Data,unsigned DataLen) EmitData() argument
3309 unsigned DataLen = 4 + 2 + 2; // 2 bytes for each of the method counts EmitKeyDataLength() local
3338 EmitData(raw_ostream & Out,key_type_ref,data_type_ref Methods,unsigned DataLen) EmitData() argument
3639 unsigned DataLen = 4; // 4 bytes for the persistent ID << 1 EmitKeyDataLength() local
3883 unsigned DataLen = 4 * (Lookup.second - Lookup.first); EmitKeyDataLength() local
3920 EmitData(raw_ostream & Out,key_type_ref,data_type Lookup,unsigned DataLen) EmitData() argument
[all...]
H A DASTReader.cpp888 unsigned DataLen = readULEB(P); readULEBKeyDataLength() local
935 ReadData(Selector,const unsigned char * d,unsigned DataLen) ReadData() argument
1022 ReadData(const internal_key_type & k,const unsigned char * d,unsigned DataLen) ReadData() argument
1215 ReadDataInto(internal_key_type,const unsigned char * d,unsigned DataLen,data_type_builder & Val) ReadDataInto() argument
2041 ReadData(internal_key_ref key,const unsigned char * d,unsigned DataLen) ReadData() argument
[all...]
/freebsd-src/contrib/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.cpp185 SearchMemory(const void * Data,size_t DataLen,const void * Patt,size_t PattLen) SearchMemory() argument
H A DFuzzerUtilFuchsia.cpp586 SearchMemory(const void * Data,size_t DataLen,const void * Patt,size_t PattLen) SearchMemory() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h474 offset_type DataLen = ReadKeyDataLength() local
609 offset_type DataLen = ReadKeyDataLength() local
H A DInstrProfReader.h508 offset_type DataLen = ReadKeyDataLength() local
/freebsd-src/lib/libefivar/
H A Defivar-dp-parse.c2856 UINTN DataLen; in DevPathFromTextWiFi() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp310 size_t DataLen = checkedGetHex<uint8_t>(Line.substr(1, 2)); parse() local
/freebsd-src/sys/contrib/edk2/Include/Uefi/
H A DUefiPxe.h1676 PXE_UINT32 DataLen; member