HomeSort by: relevance | last modified time | path
    Searched refs:PSHashRecord (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
GlobalsStream.cpp 74 PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex];
107 static Error readGSIHashRecords(FixedStreamArray<PSHashRecord> &HashRecords,
115 if (HashHdr->HrSize % sizeof(PSHashRecord))
118 uint32_t NumHashRecords = HashHdr->HrSize / sizeof(PSHashRecord);
GSIStreamBuilder.cpp 42 std::vector<PSHashRecord> HashRecords;
124 Size += HashRecords.size() * sizeof(PSHashRecord);
134 Header.HrSize = HashRecords.size() * sizeof(PSHashRecord);
239 auto BucketCmp = [Records](const PSHashRecord &LHash,
240 const PSHashRecord &RHash) {
257 for (PSHashRecord &HRec : make_range(B, E))
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
GlobalsStream.h 31 GSIHashIterator, FixedStreamArrayIterator<PSHashRecord>,
53 FixedStreamArray<PSHashRecord> HashRecords;
RawTypes.h 40 struct PSHashRecord {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 1824 for (const PSHashRecord &HR : Table.HashRecords)

Completed in 18 milliseconds