Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h117 Error readSize(uint64_t &Result);