Home
last modified time | relevance | path

Searched defs:GSIHashStreamBuilder (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp32 struct llvm::pdb::GSIHashStreamBuilder { struct in llvm::pdb
33 struct SymbolDenseMapInfo {
51 std::vector<CVSymbol> Records;
52 uint32_t StreamIndex;
53 llvm::DenseSet<CVSymbol, SymbolDenseMapInfo> SymbolHashes;
54 std::vector<PSHashRecord> HashRecords;
55 std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap;
56 std::vector<support::ulittle32_t> HashBuckets;
63 template <typename T> void addSymbol(const T &Symbol, MSFBuilder &Msf) { in addSymbol()
68 void addSymbol(const CVSymbol &Symbol) { in addSymbol()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp38 struct llvm::pdb::GSIHashStreamBuilder { struct in llvm::pdb
40 uint32_t RecordByteSize = 0;
42 std::vector<PSHashRecord> HashRecords;
49 std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap;
51 std::vector<support::ulittle32_t> HashBuckets;