Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp34 std::vector<PSHashRecord> HashRecords;
53 Size += HashRecords.size() * sizeof(PSHashRecord); in calculateSerializedLength()
70 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord); in commit()
106 std::array<std::vector<std::pair<StringRef, PSHashRecord>>, IPHR_HASH + 1> in finalizeBuckets()
110 PSHashRecord HR; in finalizeBuckets()
148 [](const std::pair<StringRef, PSHashRecord> &Left, in finalizeBuckets()
149 const std::pair<StringRef, PSHashRecord> &Right) { in finalizeBuckets()
DGlobalsStream.cpp67 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords, in readGSIHashRecords()
75 if (HashHdr->HrSize % sizeof(PSHashRecord)) in readGSIHashRecords()
78 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in readGSIHashRecords()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h30 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,
52 FixedStreamArray<PSHashRecord> HashRecords;
DRawTypes.h41 struct PSHashRecord { struct
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp106 if (HashHdr->HrSize % sizeof(PSHashRecord)) in reload()
109 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord); in reload()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawTypes.h26 struct PSHashRecord { struct
DPublicsStream.h62 codeview::FixedStreamArray<PSHashRecord> HashRecords;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1522 for (const PSHashRecord &HR : Table.HashRecords) in dumpSymbolsFromGSI()