Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp84 static Error checkHashHdrVersion(const GSIHashHeader *HashHdr) { in checkHashHdrVersion()
85 if (HashHdr->VerHdr != GSIHashHeader::HdrVersion) in checkHashHdrVersion()
93 static Error readGSIHashHeader(const GSIHashHeader *&HashHdr, in readGSIHashHeader()
99 if (HashHdr->VerSignature != GSIHashHeader::HdrSignature) in readGSIHashHeader()
108 const GSIHashHeader *HashHdr, in readGSIHashRecords()
130 const GSIHashHeader *HashHdr, in readGSIHashBuckets()
DGSIStreamBuilder.cpp123 uint32_t Size = sizeof(GSIHashHeader); in calculateSerializedLength()
131 GSIHashHeader Header; in commit()
132 Header.VerSignature = GSIHashHeader::HdrSignature; in commit()
133 Header.VerHdr = GSIHashHeader::HdrVersion; in commit()
DPublicsStream.cpp63 sizeof(PublicsStreamHeader) + sizeof(GSIHashHeader)) in reload()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp84 static Error checkHashHdrVersion(const GSIHashHeader *HashHdr) { in checkHashHdrVersion()
85 if (HashHdr->VerHdr != GSIHashHeader::HdrVersion) in checkHashHdrVersion()
93 static Error readGSIHashHeader(const GSIHashHeader *&HashHdr, in readGSIHashHeader()
99 if (HashHdr->VerSignature != GSIHashHeader::HdrSignature) in readGSIHashHeader()
108 const GSIHashHeader *HashHdr, in readGSIHashRecords()
130 const GSIHashHeader *HashHdr, in readGSIHashBuckets()
DGSIStreamBuilder.cpp80 uint32_t Size = sizeof(GSIHashHeader); in calculateSerializedLength()
95 GSIHashHeader Header; in commit()
96 Header.VerSignature = GSIHashHeader::HdrSignature; in commit()
97 Header.VerHdr = GSIHashHeader::HdrVersion; in commit()
DPublicsStream.cpp63 sizeof(PublicsStreamHeader) + sizeof(GSIHashHeader)) in reload()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h28 struct GSIHashHeader;
69 const GSIHashHeader *HashHdr;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h52 const GSIHashHeader *HashHdr;
65 typedef GSIHashHeader iterator;
DPublicsStream.h24 struct GSIHashHeader;
DRawTypes.h28 struct GSIHashHeader { struct
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h52 const GSIHashHeader *HashHdr;
65 typedef GSIHashHeader iterator;
DPublicsStream.h24 struct GSIHashHeader;
DRawTypes.h28 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()