Home
last modified time | relevance | path

Searched refs:readSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp46 size_t readSize = sizeof(peOffset); in GetTripleForProcess() local
47 imageBinary.Read(&peOffset, readSize); in GetTripleForProcess()
49 imageBinary.Read(&peHead, readSize); in GetTripleForProcess()
52 readSize = 2; in GetTripleForProcess()
53 imageBinary.Read(&machineType, readSize); in GetTripleForProcess()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc-sizeof.c13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo() argument
20 unsigned char *buf = malloc(readSize + sizeof(unsignedInt)); // no warning in foo()
H A Dmalloc-sizeof.cpp13 void foo(unsigned int unsignedInt, unsigned int readSize) { in foo() argument
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp84 Error RawCoverageReader::readSize(uint64_t &Result) { in readSize() function in RawCoverageReader
94 if (auto Err = readSize(Length)) in readString()
103 if (auto Err = readSize(NumFilenames)) in read()
118 if (auto Err = readSize(CompressedLen)) in read()
235 if (auto Err = readSize(NumRegions)) in readMappingRegionsSubArray()
354 if (auto Err = readSize(NumFileMappings)) in read()
370 if (auto Err = readSize(NumExpressions)) in read()
421 if (Error Err = readSize(NumFileMappings)) in isDummy()
431 if (Error Err = readSize(NumExpressions)) in isDummy()
436 if (Error Err = readSize(NumRegions)) in isDummy()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h117 Error readSize(uint64_t &Result);