/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GlobalModuleIndex.cpp | 94 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 D | ASTWriter.cpp | 1821 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 D | ASTReader.cpp | 888 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 D | FuzzerUtilPosix.cpp | 173 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, in SearchMemory()
|
H A D | FuzzerUtilWindows.cpp | 185 SearchMemory(const void * Data,size_t DataLen,const void * Patt,size_t PattLen) SearchMemory() argument
|
H A D | FuzzerUtilFuchsia.cpp | 586 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 D | MemProf.h | 474 offset_type DataLen = ReadKeyDataLength() local 609 offset_type DataLen = ReadKeyDataLength() local
|
H A D | InstrProfReader.h | 508 offset_type DataLen = ReadKeyDataLength() local
|
/freebsd-src/lib/libefivar/ |
H A D | efivar-dp-parse.c | 2856 UINTN DataLen; in DevPathFromTextWiFi() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 310 size_t DataLen = checkedGetHex<uint8_t>(Line.substr(1, 2)); parse() local
|
/freebsd-src/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiPxe.h | 1676 PXE_UINT32 DataLen; member
|