Home
last modified time | relevance | path

Searched refs:GSIHashHeader (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp44 static Error checkHashHdrVersion(const GSIHashHeader *HashHdr) { in checkHashHdrVersion()
45 if (HashHdr->VerHdr != GSIHashHeader::HdrVersion) in checkHashHdrVersion()
53 static Error readGSIHashHeader(const GSIHashHeader *&HashHdr, in readGSIHashHeader()
59 if (HashHdr->VerSignature != GSIHashHeader::HdrSignature) in readGSIHashHeader()
68 const GSIHashHeader *HashHdr, in readGSIHashRecords()
89 ArrayRef<uint8_t> &HashBitmap, const GSIHashHeader *HashHdr, in readGSIHashBuckets()
DGSIStreamBuilder.cpp52 uint32_t Size = sizeof(GSIHashHeader); in calculateSerializedLength()
67 GSIHashHeader Header; in commit()
68 Header.VerSignature = GSIHashHeader::HdrSignature; in commit()
69 Header.VerHdr = GSIHashHeader::HdrVersion; in commit()
DPublicsStream.cpp64 sizeof(PublicsStreamHeader) + sizeof(GSIHashHeader)) in reload()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h28 struct GSIHashHeader;
69 const GSIHashHeader *HashHdr;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h51 const GSIHashHeader *HashHdr;
63 typedef GSIHashHeader iterator;
DPublicsStream.h25 struct GSIHashHeader;
DRawTypes.h29 struct GSIHashHeader { struct
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp63 struct PublicsStream::GSIHashHeader { struct in PublicsStream
92 if (Reader.bytesRemaining() < sizeof(HeaderInfo) + sizeof(GSIHashHeader)) in reload()